Commit 6ae8219
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
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| |||
0 commit comments