Add tests.edn to avoid Kaocha warnings
This commit is contained in:
parent
47cabfb0a9
commit
90adaf3de0
2 changed files with 4 additions and 1 deletions
1
TODO.md
1
TODO.md
|
@ -1,6 +1,5 @@
|
||||||
# To-do
|
# To-do
|
||||||
|
|
||||||
* Anatomise some payroll data for use as a test case
|
|
||||||
* Validation/error handling on CLI arguments - required options like csv, date, period
|
* Validation/error handling on CLI arguments - required options like csv, date, period
|
||||||
* Potentially move employee-name->entity-tag into config
|
* Potentially move employee-name->entity-tag into config
|
||||||
* Potentially move cat->payroll-type into config
|
* Potentially move cat->payroll-type into config
|
||||||
|
|
4
tests.edn
Normal file
4
tests.edn
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
#kaocha/v1
|
||||||
|
{:tests [{:id :unit
|
||||||
|
:test-paths ["test" "src"]
|
||||||
|
:ns-patterns [".*"]}]}
|
Loading…
Reference in a new issue