Compare commits

...

1 Commits

Author SHA1 Message Date
Michelle Ark
dda59cc267 experimenting with xdist loadscope 2022-10-20 17:37:31 -04:00

View File

@@ -18,9 +18,9 @@ description = adapter plugin integration testing
skip_install = true
passenv = DBT_* POSTGRES_TEST_* PYTEST_ADDOPTS
commands =
{envpython} -m pytest --cov=core -m profile_postgres {posargs} test/integration
{envpython} -m pytest --cov=core {posargs} tests/functional
{envpython} -m pytest --cov=core {posargs} tests/adapter
{envpython} -m pytest --dist=loadscope --cov=core -m profile_postgres {posargs} test/integration
{envpython} -m pytest --dist=loadscope --cov=core {posargs} tests/functional
{envpython} -m pytest --dist=loadscope --cov=core {posargs} tests/adapter
deps =
-rdev-requirements.txt