From 90adaf3de056305017705fa77d71b5774b5e67e3 Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Thu, 22 Feb 2024 14:11:20 +1100 Subject: [PATCH] Add tests.edn to avoid Kaocha warnings --- TODO.md | 1 - tests.edn | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 tests.edn 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 [".*"]}]}