Skip to content

Commit

Permalink
refractor: refractored the project
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaman-awasthi committed Oct 29, 2023
1 parent cd4e20e commit aa8374b
Show file tree
Hide file tree
Showing 23 changed files with 6 additions and 63 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/venv
/.vscode
/.pytest_cache
/.pytest_cache
dist/
*.egg-info/
**__pycache__/
db/sqlite3
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
python_files = test_*.py
DJANGO_SETTINGS_MODULE = settings
django_find_project = false
pythonpath = ./sql-package/tests
pythonpath = ./tests
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ rfc3986==2.0.0
rich==13.6.0
SecretStorage==3.3.3
six==1.16.0
sql-inspector==1.0.0.3
sqlparse==0.4.4
twine==4.0.2
urllib3==2.0.7
Expand Down
File renamed without changes.
File renamed without changes.
60 changes: 0 additions & 60 deletions sql-package/README.md

This file was deleted.

Binary file removed sql-package/__pycache__/__init__.cpython-311.pyc
Binary file not shown.
Binary file not shown.
Binary file removed sql-package/tests/__pycache__/settings.cpython-311.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit aa8374b

Please sign in to comment.