We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b76c7b8 commit 8d3da5aCopy full SHA for 8d3da5a
.github/workflows/python-tests.yml
@@ -34,7 +34,13 @@ jobs:
34
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
35
- name: Run BDD Tests
36
run: |
37
+ # When run the first time, it'll build the library
38
+ behave
39
+ # When run the second time, it should use the already installed library
40
behave
41
- name: Run Unit Tests
42
43
44
+ python -m unittest tests.test_pyard tests.test_smart_sort
45
46
python -m unittest tests.test_pyard tests.test_smart_sort
0 commit comments