add makefile and local test for pb mysql to avoid uploading garbage

This commit is contained in:
collerek
2021-03-10 09:06:23 +01:00
parent b8a85436f7
commit f6c845c318
4 changed files with 42 additions and 1 deletions

3
.gitignore vendored
View File

@ -4,7 +4,7 @@ alembic.ini
.idea
.pytest_cache
.mypy_cache
.coverage
*.coverage
*.pyc
*.log
test.db
@ -14,3 +14,4 @@ site
profile.py
*.db
*.db-journal
*coverage.xml