Add test pipeline step and a basic test

This commit is contained in:
Deko
2023-03-04 00:15:19 +01:00
parent c8df3b31da
commit 33fd4fa682
12 changed files with 238 additions and 11 deletions

10
.gitignore vendored
View File

@@ -1,3 +1,11 @@
# Locally specific files
.env
.idea/
.idea/vcs.xml
# Cache
__pycache__/
*.pyc
# Tests and Coverage
.pytest_cache/
.coverage*