aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/test_fips_mip.py
Commit message (Collapse)AuthorAgeFilesLines
* Refactor FIPS & unify CLI actions (#275)adamjanovsky2022-12-081-32/+0
| | | | | | | | | | * Unifies CLIs into sine CLI * Merge much of dataset functionality into `Dataset` baseclass * Refactor `unittest` -> `pytest` * Unify processing pipeline across datasets (common public functions) * Unify and refactor processing of auxillary datasets (CPE, CVE, PP, Algorithms, ...) * Upgrade Github Actions pipelines * Allow for failure of some tests * Refactor type hints
* Add a way to get the full MIP and IUT datasets from web.J08nY2022-10-191-0/+4
|
* Add getters for MI and IUT snapshots.J08nY2022-10-191-0/+4
|
* reorganize imports in examples, CLIs, notebooksAdam Janovsky2022-05-131-2/+2
|
* Fix typehints and naming.J08nY2021-12-251-3/+3
|
* Add tests for FIPS IUT/MIP stuff.J08nY2021-12-231-0/+24