Revision 6286e186ee08a3e68f332f19d512453d62f56c70 authored by Antoine R. Dumont (@ardumont) on 23 September 2020, 09:04:43 UTC, committed by Antoine R. Dumont (@ardumont) on 23 September 2020, 10:28:52 UTC
Other similar fixtures in other modules which use the same "tests" db already.
Clash can then happen when table names exists in different modules (e.g.
dbversion exist both in scheduler and storage dbs).
1 parent 8c44a29
Raw File
.gitignore
*.pyc
*.sw?
*~
/.coverage
/.coverage.*
.eggs/
__pycache__
build/
dist/
*.egg-info
version.txt
.vscode/
.hypothesis/
/.tox/
.mypy_cache/
back to top