test dirs + fixture session/init in conftest
This commit is contained in:
6
tests/tools/test_customertools.py
Normal file
6
tests/tools/test_customertools.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from venv import create
|
||||
|
||||
from sqlalchemy import delete
|
||||
|
||||
class TestCustomerTools:
|
||||
pass
|
||||
Reference in New Issue
Block a user