Restructure packages

This commit is contained in:
Andrew Miner
2025-10-07 08:57:01 -06:00
parent 3d6f9800ec
commit 11c938467f
152 changed files with 600 additions and 495 deletions
+1 -1
View File
@@ -1 +1 @@
python -m tungston.modpack.mysteriousisland.runner $*
python -m mcpacker.pack.mysteriousisland.runner $*
+1 -1
View File
@@ -1,2 +1,2 @@
source bin/activate.sh
pytest tungston -vv $*
pytest mcpacker -vv $*
+1 -1
View File
@@ -1,2 +1,2 @@
source bin/activate.sh
watch -c "pytest -q --color=yes --tb=short tungston"
watch -c "pytest -q --color=yes --tb=short mcpacker"