Skip to content

Commit

Permalink
gonna merge to main
Browse files Browse the repository at this point in the history
  • Loading branch information
cudmore committed Dec 30, 2024
1 parent 651892f commit 9e6a821
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 357 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
# pytest ./src/pymapmanager -s --cov=./src/pymapmanager --cov-report=xml src/pymapmanager
# pytest ./src/pymapmanager -s --cov=./src/pymapmanager --cov-report=xml src/pymapmanager
#coverage run -m pytest -s src/pymapmanager/tests
# 20241229, this WORKS!!!!!!!!!!
pytest src/pymapmanager/tests -s --cov=src/pymapmanager/tests --cov-report=xml src/pymapmanager/tests
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
Expand Down
343 changes: 0 additions & 343 deletions src/pymapmanager/_old_coreUtils.py

This file was deleted.

10 changes: 0 additions & 10 deletions src/pymapmanager/_old_version.py

This file was deleted.

4 changes: 0 additions & 4 deletions src/pymapmanager/interface2/pyMapManagerApp2.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ def _importPlugins(pluginType : str, verbose = False):
print(f' {_b}')
_tmpCount += 1

# verbose = False

skipModules = [pymapmanager.interface2.stackWidgets.stackWidget2,
pymapmanager.interface2.stackWidgets.base,
pymapmanager.interface2.stackWidgets.event]
Expand Down Expand Up @@ -149,8 +147,6 @@ def loadPlugins(pluginType : str, verbose = False) -> dict:
# import pymapmanager.interface2.stackWidgets
# import pymapmanager.interface2.mapWidgets

verbose = False

pluginDict = {}

_importPlugins(pluginType, pluginType == 'stackWidgets')
Expand Down

0 comments on commit 9e6a821

Please sign in to comment.