summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2021-03-02 19:12:25 -0500
committerJulian Berman <Julian@GrayVines.com>2021-03-02 19:12:25 -0500
commitaae07ed0a6dde29cc765603bbb6169ee5285e377 (patch)
tree615912b7bbac732e508b5b158e18d50544d95469
parentf6f3441aa0438cab01fd56ddac3349d4f8aeb9f7 (diff)
downloadjsonschema-aae07ed0a6dde29cc765603bbb6169ee5285e377.tar.gz
Module docstring
-rw-r--r--jsonschema/tests/test_validate_fuzz.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/jsonschema/tests/test_validate_fuzz.py b/jsonschema/tests/test_validate_fuzz.py
index 8f44172..47ac09e 100644
--- a/jsonschema/tests/test_validate_fuzz.py
+++ b/jsonschema/tests/test_validate_fuzz.py
@@ -1,3 +1,9 @@
+"""
+Fuzzing setup for OSS-Fuzz.
+
+See https://github.com/google/oss-fuzz/tree/master/projects/jsonschema for the
+other half of the setup here.
+"""
import sys
from hypothesis import given, strategies