cti-python-stix2/stix2/test/test_stix2.py

9 lines
160 B
Python
Raw Normal View History

2017-01-17 21:37:47 +01:00
"""Tests for the stix2 library"""
import stix2
def test_basic_indicator():
indicator = stix2.Indicator()
assert indicator.id.startswith("indicator")