fixed the tests by deleting the root of all evil: the 's'.

This commit is contained in:
Ralf Teusner
2015-09-21 18:14:40 +02:00
parent 13a6207602
commit 4e35579a7d

View File

@ -1,5 +1,5 @@
class PyUnitAdapter < TestingFrameworkAdapter
COUNT_REGEXP = /Ran (\d+) tests/
COUNT_REGEXP = /Ran (\d+) test/
FAILURES_REGEXP = /FAILED \(failures=(\d+)\)/
def self.framework_name