fixed the tests by deleting the root of all evil: the 's'.
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
class PyUnitAdapter < TestingFrameworkAdapter
|
class PyUnitAdapter < TestingFrameworkAdapter
|
||||||
COUNT_REGEXP = /Ran (\d+) tests/
|
COUNT_REGEXP = /Ran (\d+) test/
|
||||||
FAILURES_REGEXP = /FAILED \(failures=(\d+)\)/
|
FAILURES_REGEXP = /FAILED \(failures=(\d+)\)/
|
||||||
|
|
||||||
def self.framework_name
|
def self.framework_name
|
||||||
|
Reference in New Issue
Block a user