Add tests.edn to avoid Kaocha warnings

This commit is contained in:
Ben Sturmfels 2024-02-22 14:11:20 +11:00
parent 47cabfb0a9
commit 90adaf3de0
Signed by: bsturmfels
GPG key ID: 023C05E2C9C068F0
2 changed files with 4 additions and 1 deletions

View file

@ -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

4
tests.edn Normal file
View file

@ -0,0 +1,4 @@
#kaocha/v1
{:tests [{:id :unit
:test-paths ["test" "src"]
:ns-patterns [".*"]}]}