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

Function unit

tasks.py:29–30  ·  view source on GitHub ↗
(c)

Source from the content-addressed store, hash-verified

27
28@task
29def unit(c):
30 c.run('python -m pytest ./tests/unit --cov=sdv --cov-report=xml:./unit_cov.xml')
31
32
33@task

Callers 1

minimumFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected