MCPcopy Index your code
hub / github.com/sdv-dev/SDV / integration

Function integration

tasks.py:34–35  ·  view source on GitHub ↗
(c)

Source from the content-addressed store, hash-verified

32
33@task
34def integration(c):
35 c.run('python -m pytest ./tests/integration --reruns 3 --cov=sdv --cov-report=xml:./integration_cov.xml')
36
37
38@task

Callers 1

minimumFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected