duplicity-team team mailing list archive
-
duplicity-team team
-
Mailing list archive
-
Message #04614
Re: [Question #660701]: Stop tests after first error
Question #660701 on Duplicity changed:
https://answers.launchpad.net/duplicity/+question/660701
Status: Open => Answered
Kenneth Loafman proposed the following answer:
You can't stop on first error, wish you could, but you can run
individual tests or suites like so:
# this runs the pep8 test by itself
tox -r -e py27 -- -s testing.test_code.CodeTest.test_pep8
# this runs the entire CodeTest suite
tox -r -e py27 -- -s testing.test_code.CodeTest
--
You received this question notification because your team duplicity-team
is an answer contact for Duplicity.