-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Write tests for new STIX 2.1 objects #80
Comments
Would it make sense to use some of the same tests to check STIX 2.1 aside from only adding tests for the new objects? Some areas have potential to be extended using @parametrize and use it to create instances from X version. |
It can help to keep coverage high. Recent local testing showed coverage lowering to 94%... |
Rather than how the current tests will test only the newest version of the objects, we should have separate tests for both the |
I have been working on the STIX2.1 branch update. A problem that I see arising is the datastores. Essentially, anywhere we use Among the approaches, we can check the Now, another issue is that internally we make use of the This is just for awareness as I go through the code update... @gtback, @clenk, @mbastian1135 |
And here I was, thinking that supporting 2.0 and 2.1 at the same time wouldn't be that hard. Thanks, @emmanvg . We'll need to think through this some more. |
As we move forward with the new STIX 2.1 objects. He have to make sure they work as intended and also keep our code coverage scores in par.
The text was updated successfully, but these errors were encountered: