Skip to content

Commit 04f68ca

Browse files
Remove most offensive tests
1 parent 6825140 commit 04f68ca

File tree

4 files changed

+2
-766
lines changed

4 files changed

+2
-766
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// "forwardPorts": [],
1616

1717
// Use 'postCreateCommand' to run commands after the container is created.
18-
"postCreateCommand": "uv venv && uv add -r requirements.txt -r test-requirements.txt"
18+
"postCreateCommand": "uv venv && source ./venv/bin/activate && uv add -r requirements.txt -r test-requirements.txt"
1919

2020
// Configure tool-specific properties.
2121
// "customizations": {},

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
# Modify sys.path to include the project root
2323
sys.path.insert(0, str(project_root))
24-
test_file_dir = project_root / "tests" / "data_files"
24+
test_file_dir = project_root / "data_files"
2525
# pylint: disable=wrong-import-position
2626
# ruff: noqa: E402
2727
# flake8: noqa: E402

tests/test_paa_codium.py

Lines changed: 0 additions & 259 deletions
This file was deleted.

0 commit comments

Comments
 (0)