Added unit test and regex
Build Ragnar anti spam bot / Build (push) Failing after 1m1s

This commit is contained in:
2024-11-27 10:54:27 +01:00
parent c48bf54dc1
commit 42eca170a6
2 changed files with 29 additions and 6 deletions
+5 -2
View File
@@ -1,4 +1,4 @@
all: ensure_env format build install
all: ensure_env format build install test
format:
./.venv/bin/python -m pip install black
@@ -15,4 +15,7 @@ install:
./.venv/bin/python -m pip install -e .
run:
python -m ragnar.run
python -m ragnar.run
test:
./.venv/bin/python -m unittest ragnar.tests