Andrew Geissler | d159c7f | 2021-09-02 21:05:58 -0500 | [diff] [blame] | 1 | #!/bin/sh |
| 2 | |
| 3 | # Upstream "fast" tests take about 5 minutes and currently do not run cleanly |
| 4 | # (tests/cover and tests/pytest) |
| 5 | # https://github.com/HypothesisWorks/hypothesis/tree/master/hypothesis-python/tests |
| 6 | # https://github.com/HypothesisWorks/hypothesis/blob/master/hypothesis-python/scripts/basic-test.sh#L18 |
| 7 | # |
| 8 | # Instead we run two test suites imported from examples/ |
| 9 | |
Andrew Geissler | fc113ea | 2023-03-31 09:59:46 -0500 | [diff] [blame^] | 10 | pytest --automake |