add ci and one test case

This commit is contained in:
Benny
2023-02-13 19:41:57 +01:00
parent c7711aea08
commit 4b953b68ec
12 changed files with 1041 additions and 999 deletions

View File

@@ -83,3 +83,9 @@ universal:
release:
git tag $(shell git rev-parse --short HEAD)
git push --tags
ci-test:
docker run --rm bennythink/yyetsbot /bin/sh -c "cd /YYeTsBot/yyetsweb/tests;python -m unittest discover -p '*_test.py'"
test:
cd $(WEB)/tests;python -m unittest discover -p '*_test.py'