Test suite for demos.tf api
  • Rust 81%
  • Nix 17.2%
  • Shell 1.8%
Find a file
2022-05-15 16:11:45 +02:00
.github/workflows release ci 2022-01-23 15:42:31 +01:00
data more filter tests 2020-11-29 21:55:39 +01:00
src update api-client 2022-05-15 16:11:45 +02:00
.dockerignore add dockerfile 2020-11-30 01:40:52 +01:00
.gitignore init testing 2020-11-29 18:28:08 +01:00
Cargo.lock update api-client 2022-05-15 16:11:45 +02:00
Cargo.toml update api-client 2022-05-15 16:11:45 +02:00
Dockerfile add dockerfile 2020-11-30 01:40:52 +01:00
README.md badge 2020-11-30 20:39:05 +01:00
start_test_server.sh init testing 2020-11-29 18:28:08 +01:00

api-test

Build Status

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 api
  • BASE_URL - base url for the api
  • EDIT_KEY - edit key for the api

Note that the test suite is destructive, all data saved in the database will be wiped for each test run.