OXIESEC PANEL
- Current Dir:
/
/
opt
/
alt
/
python37
/
lib
/
python3.7
/
site-packages
/
jsonschema
/
tests
Server IP: 2a02:4780:11:1594:0:ef5:22d7:a
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/14/2024 03:09:52 PM
rwxr-xr-x
📄
__init__.py
0 bytes
11/14/2023 01:10:06 PM
rw-r--r--
📁
__pycache__
-
05/14/2024 03:09:52 PM
rwxr-xr-x
📄
_helpers.py
157 bytes
11/14/2023 01:10:06 PM
rw-r--r--
📄
_suite.py
6.57 KB
11/14/2023 01:10:06 PM
rw-r--r--
📄
test_cli.py
4.62 KB
11/14/2023 01:10:06 PM
rw-r--r--
📄
test_exceptions.py
14.99 KB
11/14/2023 01:10:06 PM
rw-r--r--
📄
test_format.py
2.91 KB
11/14/2023 01:10:06 PM
rw-r--r--
📄
test_jsonschema_test_suite.py
8.27 KB
11/14/2023 01:10:06 PM
rw-r--r--
📄
test_types.py
5.76 KB
11/14/2023 01:10:06 PM
rw-r--r--
📄
test_validators.py
58.98 KB
11/14/2023 01:10:06 PM
rw-r--r--
Editing: _helpers.py
Close
def bug(issue=None): message = "A known bug." if issue is not None: message += " See issue #{issue}.".format(issue=issue) return message