Skip to content

Commit 6ae8219

Browse files
committed
test: add hypothesis
Allow python3 tests to use the new hypothesis testing. I am targeting python 3 for additional testing of existing code. Don't spend the additional time on Travis CI (where python2 is tested) where I have to ask for more time on the platform. New code should be testable on both platforms. If we have a need to test with hypothesis on python 2 for new code, we can revisit this.
1 parent f34d76d commit 6ae8219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
# note pytest-env is not needed for redis password as there is
120120
# no password on CI's redis.
121121
- name: Install pytest and other packages needed for running tests
122-
run: pip install flake8 mock pytest pytest-cov requests sphinx-tabs
122+
run: pip install flake8 hypothesis mock pytest pytest-cov requests sphinx-tabs
123123

124124
- name: run flake8 - abort for syntax error, otherwise warn only
125125
run: |

0 commit comments

Comments
 (0)