Skip to content

Commit 1ccb116

Browse files
committed
chore: move tests to top-level directory
1 parent 682feaf commit 1ccb116

11 files changed

Lines changed: 2 additions & 2 deletions

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"python.testing.pytestArgs": [
3-
"data_pipeline"
3+
"tests"
44
],
55
"python.testing.unittestEnabled": false,
66
"python.testing.pytestEnabled": true,

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
line-length = 88
33

44
[tool.pytest.ini_options]
5-
testpaths = ["data_pipeline/tests"]
5+
testpaths = ["tests"]
66

77
[tool.ruff]
88
ignore = ["E501"]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)