aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/data/fips/iut
Commit message (Collapse)AuthorAgeFilesLines
* share some code in tests, use importlib.resourcesAdam Janovsky2023-04-201-0/+0
|
* Refactor FIPS & unify CLI actions (#275)adamjanovsky2022-12-082-0/+3323
* 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