Skip to content

Commit 6402dc2

Browse files
committed
enable all tests
1 parent fadb3c2 commit 6402dc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.codegen.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"required": ["python3", "hatch"],
77
"pre_setup": ["hatch env create"],
88
"prepend_path": ".venv/bin",
9-
"acceptance_path": "tests/unit",
9+
"acceptance_path": "tests/",
1010
"test": [
11-
"pytest tests/unit/ -n 10 --cov --cov-report=xml --timeout 480 --durations 20"
11+
"pytest tests/ -n 10 --cov --cov-report=xml --timeout 480 --durations 20"
1212
]
1313
}
1414
}

0 commit comments

Comments
 (0)