test: add unit test for email validation regex pattern matching

This commit is contained in:
2024-11-27 09:54:27 +00:00
parent 6d0186c8c0
commit 54161207fc
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