init codebase
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
{:tasks
|
||||
{test
|
||||
{:doc "Run all API module tests"
|
||||
:task (shell {:dir ".."} "bb test:api")}
|
||||
|
||||
test:unit
|
||||
{:doc "Run API unit tests only"
|
||||
:task (shell {:dir ".."} "bb test:api:unit")}
|
||||
|
||||
test:integration
|
||||
{:doc "Run API integration tests"
|
||||
:task (shell {:dir ".."} "bb test:api:integration")}}}
|
||||
Reference in New Issue
Block a user