aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/fips/test_fips_iut.py
Commit message (Collapse)AuthorAgeFilesLines
* Move flaky remote tests into "scheduled" workflow.J08nY2025-02-271-3/+3
|
* Protect from_web with xfails.J08nY2025-02-141-0/+1
|
* Fix IUT and MIP tests.J08nY2025-02-011-1/+3
|
* Revert the FIPS IUT and MIP from_web methods.J08nY2025-02-011-0/+4
|
* replace from_web_latest() with from_web()Adam Janovsky2025-02-011-7/+6
|
* bump required python to 3.8Adam Janovsky2023-11-141-1/+1
|
* Fix path fixtures yielding.J08nY2023-04-251-2/+3
|
* Merge branch 'fix/dup-dedup' into issue/324-Switch-from-NVD-data-feeds-to-APIJ08nY2023-04-211-2/+27
|\
| * Add match filtering based on validation date.J08nY2023-04-181-0/+2
| |
| * Remove indirect imports from __init__ from our code.J08nY2023-04-141-3/+4
| |
| * Fix annotations import.J08nY2023-04-111-0/+2
| |
| * Add tests for IUT/MIP matching.J08nY2023-04-111-3/+23
| |
* | share some code in tests, use importlib.resourcesAdam Janovsky2023-04-201-1/+3
|/
* replace isort with ruffAdam Janovsky2023-01-271-1/+1
|
* Refactor FIPS & unify CLI actions (#275)adamjanovsky2022-12-081-0/+39
* 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