aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/conftest.py
Commit message (Collapse)AuthorAgeFilesLines
* bump required python to 3.8Adam Janovsky2023-11-141-1/+1
|
* Fix path fixtures yielding.J08nY2023-04-251-4/+5
|
* tests for dataset builderAdam Janovsky2023-04-201-3/+37
|
* switch to pydantic in settings managementAdam Janovsky2023-03-291-3/+3
|
* Refactor FIPS & unify CLI actions (#275)adamjanovsky2022-12-081-0/+12
* 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