Test suite for demos.tf api
  • Rust 81%
  • Nix 17.2%
  • Shell 1.8%
Find a file
2025-05-03 17:25:55 +02:00
.github/workflows flake reorg, nix integration testing 2024-12-24 16:26:31 +01:00
data missing demo 2024-03-17 20:55:22 +01:00
nix add basic private demo tests 2025-05-03 17:25:55 +02:00
src add basic private demo tests 2025-05-03 17:25:55 +02:00
.dockerignore add dockerfile 2020-11-30 01:40:52 +01:00
.env add basic private demo tests 2025-05-03 17:25:55 +02: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 add basic private demo tests 2025-05-03 17:25:55 +02:00
Cargo.toml add basic private demo tests 2025-05-03 17:25:55 +02:00
flake.lock add basic private demo tests 2025-05-03 17:25:55 +02:00
flake.nix update api-client 2024-12-24 19:35:11 +01:00
README.md add basic private demo tests 2025-05-03 17:25:55 +02:00
start_test_server.sh add basic private demo tests 2025-05-03 17:25:55 +02: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
  • ACCESS_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.