Move v20 tests to their own package

stix2.1
Emmanuelle Vargas-Gonzalez 2018-07-03 07:02:57 -04:00
parent da5b16dc2f
commit 3100fa1fb8
38 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@ import stix2.v21.sdo
EXPECTED_BUNDLE = """{
"type": "bundle",
"spec_version": "2.0",
"id": "bundle--00000000-0000-0000-0000-000000000007",
"objects": [
{
@ -48,6 +49,7 @@ EXPECTED_BUNDLE = """{
EXPECTED_BUNDLE_DICT = {
"type": "bundle",
"spec_version": "2.0",
"id": "bundle--00000000-0000-0000-0000-000000000007",
"objects": [
{