mirror of
https://codeberg.org/demostf/api-test.git
synced 2026-04-21 16:02:42 +02:00
Test suite for demos.tf api
- Rust 81%
- Nix 17.2%
- Shell 1.8%
| .github/workflows | ||
| data | ||
| nix | ||
| src | ||
| .dockerignore | ||
| .env | ||
| .envrc | ||
| .gitattributes | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| flake.lock | ||
| flake.nix | ||
| README.md | ||
| start_test_server.sh | ||
api-test
Test suite for demos.tf api
Usage
Start the test with the following environment variables
DB_URL- sqlx database url for the database used by the apiBASE_URL- base url for the apiEDIT_KEY- edit key for the apiACCESS_KEY- access key for the api
Note that the test suite is destructive, all data saved in the database will be wiped for each test run.