#4980 Fix tests run to run only 1 single test
Merged 3 years ago by pingou. Opened 3 years ago by misc.
misc/pagure fix_tests_run  into  master

Fix tests run to run only 1 single test
Michael Scherer • 3 years ago  
@@ -23,4 +23,4 @@ 

  fi

  

  export LANG="en_US.UTF-8"

- py.test -n auto tests/ $TESTCASE

+ py.test -n auto ${TESTCASE:-tests/}

@@ -22,4 +22,4 @@ 

  git --no-pager log -2

  fi

  

- pytest-3 -n auto tests/ $TESTCASE

+ pytest-3 -n auto ${TESTCASE:-tests/}

Since tests/ is always used, all tests are run, which
is not helpful given the tests suite is taking more than
20 minutes to run.

rebased onto e92a958

3 years ago

Pull-Request has been merged by pingou

3 years ago