dod-cyber-crime-center / sqlite-dissect

DC3 SQLite Dissect
Other
53 stars 8 forks source link

Automated test setup #2

Closed kchason closed 2 years ago

kchason commented 3 years ago

It only has one test setup right now, but more can be added and it'll now run them on push. It also runs a linter, so this branch also changed some of the string_var is "str" to str_var == 'str' to comply with the lint rule. It's not a complete test suite, but it sets up the framework for adding more tests.

dc3-tsd commented 2 years ago

Reviewed by RG & TD.