Skip to main content

Move another repo to the new test framework

ID
01cce41
date
2025-05-06 15:29:38+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
a1cd164
message
Move another repo to the new test framework
changed files
1 file, 2 additions, 1 deletion

Changed files

ts (2478) → ts (2540)

diff --git a/ts b/ts
index 0590a5f..cacee96 100755
--- a/ts
+++ b/ts
@@ -68,7 +68,8 @@ function run_python_tests() {
       print_info "-> pytest tests/ --ignore uptime_tests/ --quiet"
       pytest --cov=src --cov=tests tests --ignore uptime_tests --quiet
     elif [[ "$(pwd)" = ~/repos/data-lifeboat ]] ||
-         [[ "$(pwd)" = ~/repos/flickr-photos-api ]]
+         [[ "$(pwd)" = ~/repos/flickr-photos-api ]] ||
+         [[ "$(pwd)" = ~/repos/analytics.alexwlchan.net ]]
     then
       print_info "-> pytest tests"
       pytest tests/ --quiet