Initial commit
This commit is contained in:
commit
fe58397da7
17 changed files with 2547 additions and 0 deletions
6
tests.sh
Executable file
6
tests.sh
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -eo pipefail
|
||||
|
||||
# Pytests
|
||||
poetry run pytest -vvvv --cov=src/cspresso --cov-report=term-missing --disable-warnings
|
||||
Loading…
Add table
Add a link
Reference in a new issue