Compare commits

...

3 Commits

Author SHA1 Message Date
Michelle Ark
575a9ffb2e add partial parsing test 2023-11-16 11:17:34 -05:00
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,9 @@ passenv =
DD_ENV
DD_SERVICE
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/adapter
{envpython} -m pytest --cov=core --cov-append --cov-report=xml {posargs} tests/functional/partial_parsing/test_partial_parsing.py
{envpython} -m pytest --cov=core --cov-append --cov-report=xml {posargs} tests/adapter/dbt/tests/adapter/basic
deps =
-rdev-requirements.txt