nested summaries for sources
parent
ec34aa952f
commit
f3431c97da
|
@ -1,10 +1,12 @@
|
|||
"""Python STIX 2.0 Sources
|
||||
|
||||
Classes:
|
||||
DataStore
|
||||
DataSink
|
||||
DataSource
|
||||
CompositeDataSource
|
||||
.. autosummary::
|
||||
:toctree: sources
|
||||
|
||||
filesystem
|
||||
filters
|
||||
memory
|
||||
taxii
|
||||
|
||||
"""
|
||||
|
||||
|
|
|
@ -48,8 +48,6 @@ def test_indicator_with_all_required_properties():
|
|||
|
||||
assert str(ind) == EXPECTED_INDICATOR
|
||||
rep = re.sub(r"(\[|=| )u('|\"|\\\'|\\\")", r"\g<1>\g<2>", repr(ind))
|
||||
print(rep)
|
||||
print(EXPECTED_INDICATOR_REPR)
|
||||
assert rep == EXPECTED_INDICATOR_REPR
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue