cti-python-stix2/stix2/test
Michael Chisholm 986404b7b7 In the test_properties.py test suites, I thought code like
assert prop.clean(...)

doesn't test well enough since clean() methods on this branch
produce 2-tuples, and you should test what's in the tuple, not
just that it returned something non-empty.  So I fixed it in
several places to test the tuple contents.
2021-03-31 15:26:11 -04:00
..
v20 In the test_properties.py test suites, I thought code like 2021-03-31 15:26:11 -04:00
v21 In the test_properties.py test suites, I thought code like 2021-03-31 15:26:11 -04:00
__init__.py Initial package files. 2017-01-17 08:54:39 -08:00
test_pattern_equivalence.py pre-commit stylistic fix 2021-02-04 17:33:25 -05:00
test_properties.py In the test_properties.py test suites, I thought code like 2021-03-31 15:26:11 -04:00
test_spec_version_detect.py Improve is_sdo() et al utility functions with respect to 2021-01-20 16:59:39 -05:00
test_utils_type_checks.py pre-commit stylistic fixes 2021-01-20 20:49:01 -05:00
test_workbench.py Initial revamp of customization enforcement and detection. 2021-03-31 15:21:55 -04:00