Latex tests
This commit is contained in:
parent
5211821a84
commit
4ac7de48b0
6 changed files with 139 additions and 39 deletions
7
scripts/run-tests.sh
Normal file
7
scripts/run-tests.sh
Normal file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
cd "$(dirname "$(readlink -f "$0" || realpath "$0")")/.."
|
||||
|
||||
# Run python tests
|
||||
pytest --cov --cov-report term-missing
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue