Compare commits
No commits in common. "30dc0f4fc4d9448534fe4c5f45bc9b19b3ccf9d3" and "4c098165ad8fd97331a1eab235fc2d57ce740c20" have entirely different histories.
30dc0f4fc4
...
4c098165ad
@ -9,7 +9,7 @@ name: run_tests
|
|||||||
steps:
|
steps:
|
||||||
|
|
||||||
# Run tests against Python with pytest
|
# Run tests against Python with pytest
|
||||||
- name: test
|
- name: engine_test
|
||||||
image: python:3.7.2
|
image: python:3.7.2
|
||||||
commands:
|
commands:
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
@ -1,5 +1,5 @@
|
|||||||
# CIC-Utils
|
# CIC-Utils
|
||||||
[](https://ci.grassecon.net/grassrootseconomics/cic-utils)
|
|
||||||
## Tests
|
## Tests
|
||||||
```
|
```
|
||||||
bash ./tests/run_tests.sh
|
bash ./tests/run_tests.sh
|
||||||
|
|||||||
@ -1,3 +1,3 @@
|
|||||||
|
|
||||||
pip install -r test_requirements.txt
|
pip install -r test_requirements.txt
|
||||||
pytest -x --cov=cic_utils --cov-fail-under=97 --cov-report term-missing tests
|
pytest -x --cov=aiee --cov-fail-under=97 --cov-report term-missing tests
|
||||||
Loading…
Reference in New Issue
Block a user