Compare commits

...

2 Commits

Author SHA1 Message Date
Michelle Ark
20063bd07a oops 2023-11-15 13:23:59 -05:00
Michelle Ark
f0f2beedbd [do not merge] experimenting with integration test coverage 2023-11-15 13:19:41 -05:00

View File

@@ -29,9 +29,8 @@ passenv =
DD_ENV DD_ENV
DD_SERVICE DD_SERVICE
commands = commands =
{envpython} -m pytest --cov=core --cov-append --cov-report=xml {posargs} tests/functional -k "not tests/functional/graph_selection"
{envpython} -m pytest --cov=core --cov-append --cov-report=xml {posargs} tests/functional/graph_selection {envpython} -m pytest --cov=core --cov-append --cov-report=xml {posargs} tests/functional/graph_selection
{envpython} -m pytest --cov=core --cov-append --cov-report=xml {posargs} tests/adapter {envpython} -m pytest --cov=core --cov-append --cov-report=xml {posargs} tests/adapter/dbt/tests/adapter/basic
deps = deps =
-rdev-requirements.txt -rdev-requirements.txt