summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2021-03-02 19:15:30 -0500
committerJulian Berman <Julian@GrayVines.com>2021-03-02 19:15:30 -0500
commitbaf3b37dbc1240fea0ae2c06ddd586f3c15a342e (patch)
tree74e6de72c9c6d55f3ec019ca8d95cd9d63b4c314
parentaae07ed0a6dde29cc765603bbb6169ee5285e377 (diff)
downloadjsonschema-baf3b37dbc1240fea0ae2c06ddd586f3c15a342e.tar.gz
Go back to fuzz_* naming.
Hypothesis isn't a current testing dependency, so as this was before (where it was named test_* and discovered by the test runner) there are CI failures for the normal test suite run. In the future hypothesis will likely become a normal testing dependency and then we can run this as well, but for now, only run it in the CIFuzz job.
-rw-r--r--jsonschema/tests/fuzz_validate.py (renamed from jsonschema/tests/test_validate_fuzz.py)0
1 files changed, 0 insertions, 0 deletions
diff --git a/jsonschema/tests/test_validate_fuzz.py b/jsonschema/tests/fuzz_validate.py
index 47ac09e..47ac09e 100644
--- a/jsonschema/tests/test_validate_fuzz.py
+++ b/jsonschema/tests/fuzz_validate.py