diff --git a/TODO.md b/TODO.md index 542ea29..da19370 100644 --- a/TODO.md +++ b/TODO.md @@ -1,6 +1,5 @@ # To-do -* Anatomise some payroll data for use as a test case * Validation/error handling on CLI arguments - required options like csv, date, period * Potentially move employee-name->entity-tag into config * Potentially move cat->payroll-type into config diff --git a/tests.edn b/tests.edn new file mode 100644 index 0000000..c236967 --- /dev/null +++ b/tests.edn @@ -0,0 +1,4 @@ +#kaocha/v1 +{:tests [{:id :unit + :test-paths ["test" "src"] + :ns-patterns [".*"]}]}