Skip to content

Commit

Permalink
MAINT: Refactor directory structure
Browse files Browse the repository at this point in the history
Changed the package name to be more appropriate. And restructured the modules to be in correct directories.
  • Loading branch information
khalford committed Oct 12, 2023
1 parent 0af0f3a commit 4453187
Show file tree
Hide file tree
Showing 15 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ venv/

.coverage
coverage.xml
Netbox_CSV_Read/DataFiles
Pynetbox_Data_Uploader/DataFiles
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from unittest.mock import MagicMock, NonCallableMock, patch
from unittest.mock import NonCallableMock, patch
from Netbox_Api.netbox_connect import NetboxConnect
import pytest

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 5 additions & 0 deletions Pynetbox_Data_Uploader/pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[pytest]
pythonpath = lib
testpaths = Tests
python_files = *.py
python_functions = test_*
File renamed without changes.

0 comments on commit 4453187

Please sign in to comment.