|
#!/bin/bash
|
|
|
|
catcher -i inventories/local.yaml tests/login.test.yaml
|
|
catcher -i inventories/local.yaml tests/create-flight.test.yaml
|
|
catcher -i inventories/local.yaml tests/signup.test.yaml
|
|
catcher -i inventories/local.yaml tests/auth.test.yaml
|
|
# catcher tests
|