We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9bef4e commit a1cd4adCopy full SHA for a1cd4ad
pyproject.toml
@@ -211,7 +211,7 @@ addopts = "--cov=e3sm_diags --cov-report term --cov-report html:tests_coverage_r
211
python_files = ["tests.py", "test_*.py"]
212
# Only run the unit tests because integration tests take a long time.
213
# Integration tests can be executed manually with `test.sh` or `pytest tests/integration`.
214
-# testpaths = "tests/e3sm_diags"
+testpaths = "tests/e3sm_diags"
215
216
[tool.mypy]
217
# Docs: https://mypy.readthedocs.io/en/stable/config_file.html
0 commit comments