]> git.ipfire.org Git - thirdparty/patchwork.git/commit
tests: Use --noinput when running tests
authorDamien Lespiau <damien.lespiau@intel.com>
Tue, 22 Sep 2015 16:11:45 +0000 (17:11 +0100)
committerStephen Finucane <stephen.finucane@intel.com>
Thu, 5 Nov 2015 03:56:28 +0000 (03:56 +0000)
commit403c144d086ec7c21c61cb24b0eadd1cfbd7fe88
treefba347ec984b92157208b23c6cda85a8525ee36d
parente12cc2028d1a54611da0f4dbf92f7393f67cc72a
tests: Use --noinput when running tests

We don't want prompts when running tests, especially when they are run
through tox and most likely on a CI server.

When cancelling a test mid-way, the test db is not destroyed ans
subsequent runs will fail trying to create it and asking the user what
to do. --noinput will use the default answer, that is to destroy the
test db and start anew.

v2: Rebase on top of upstream
v3: Rebase, yet again.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Acked-by: Stephen Finucane <stephen.finucane@intel.com> (v2)
tox.ini