Test suite for demos.tf api
  • Rust 81%
  • Nix 17.2%
  • Shell 1.8%
Find a file
2024-03-29 17:58:27 +01:00
.github/workflows add test for new before/after_id filters 2024-03-17 20:55:22 +01:00
data missing demo 2024-03-17 20:55:22 +01:00
src add test for new before/after_id filters 2024-03-17 20:55:22 +01:00
.dockerignore add dockerfile 2020-11-30 01:40:52 +01:00
.env nix setup 2024-03-17 17:07:22 +01:00
.envrc nix setup 2024-03-17 17:07:22 +01:00
.gitattributes add test for reconnected 2024-03-17 20:55:21 +01:00
.gitignore nix setup 2024-03-17 17:07:22 +01:00
Cargo.lock update parser 2024-03-29 17:58:27 +01:00
Cargo.toml update parser 2024-03-29 17:58:27 +01:00
docker.nix nix based docker 2024-03-17 20:55:21 +01:00
flake.lock nix setup 2024-03-17 17:07:22 +01:00
flake.nix nix based docker 2024-03-17 20:55:21 +01:00
overlay.nix nix based docker 2024-03-17 20:55:21 +01:00
package.nix nix based docker 2024-03-17 20:55:21 +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.