PyTest
¶
Modules:
Name | Description |
---|---|
conftest |
Pytest top-level conftest.py. |
test_pyobjson |
Pytest test for Python Object JSON Tool code. |
conftest ¶
Pytest top-level conftest.py.
Functions:
Name | Description |
---|---|
python_object_json_class |
Provide PythonObjectJson class for testing. |
python_object_json_class ¶
python_object_json_class()
Provide PythonObjectJson class for testing.
Returns: |
|
---|
Source code in tests/conftest.py
14 15 16 17 18 19 20 21 22 |
|
test_pyobjson ¶
Pytest test for Python Object JSON Tool code.
Note
Tests pyobjson.py module.