fix: fix package imports and tests
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -3,9 +3,9 @@
|
||||
*.pyo
|
||||
|
||||
# Cache
|
||||
__pycache__/
|
||||
*.egg-info/
|
||||
.pytest_cache/
|
||||
**/__pycache__/
|
||||
**/*.egg-info/
|
||||
**/.pytest_cache/
|
||||
.coverage
|
||||
.htmlcov/
|
||||
|
||||
@@ -21,4 +21,4 @@ dist/
|
||||
build/
|
||||
|
||||
# Generated test files
|
||||
tests/test.py
|
||||
tests/*.py
|
||||
|
||||
Reference in New Issue
Block a user