aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/test_cc_txt_processing.py
Commit message (Collapse)AuthorAgeFilesLines
* Refactor FIPS & unify CLI actions (#275)adamjanovsky2022-12-081-62/+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
* More code coverage.J08nY2022-09-221-0/+11
|
* reorganize imports in examples, CLIs, notebooksAdam Janovsky2022-05-131-2/+2
|
* MyPy issue 1422 fixed with MyPy 0.920Adam Janovsky2022-02-101-1/+1
|
* Fix MyPy errorsAdam Janovsky2021-12-181-4/+6
|
* sort importsAdam Janovsky2021-12-181-4/+4
|
* Format code with blackAdam Janovsky2021-12-181-2/+2
|
* fix wrong module pathAdam Janovsky2021-11-151-2/+2
|
* rename certificate -> sample and split cve,cpe dataset from sampleAdam Janovsky2021-10-191-1/+1
|
* add test for txt processingAdam Janovsky2021-05-131-0/+49