blob: 6550ec8273941360a77dbcbae7e12dff797a5f4a (
plain)
1
2
3
4
5
6
|
#!/bin/sh
# we need to load the vcs_versioning.test_api plugin for some tests to work.
# Also make sure that we don't get pretty diffs for assertion errors so that we
# don't see terminalreporter errors (which the automake plugin un-registers).
pytest -p vcs_versioning.test_api --assert=plain --automake
|