Skip to content

Commit 2d61606

Browse files
committed
Move top level scripts into scripts/
1 parent 5dffcb3 commit 2d61606

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -euo pipefail
66
# START AT MAIN REPO ROOT
77
rm -rf build
88
echo "Building static site..."
9-
python freeze_viewer.py
9+
python scripts/freeze_viewer.py
1010
echo "Copying README..."
1111
cp codeclash/viewer/_STATIC_README.md build/README.md
1212
echo "Size of build directory:"
File renamed without changes.

tests/test_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def test_pvp_battlesnake():
1616

1717

1818
def test_single_player_battlesnake():
19-
from main_single_player import main_cli
19+
from scripts.main_single_player import main_cli
2020

2121
config_path = CONFIG_DIR / "test" / "battlesnake_single_player_test.yaml"
2222
main_cli(["-c", str(config_path)])

0 commit comments

Comments
 (0)