From 4e35579a7d561ea8c779e7ade9d30e45edf21a6c Mon Sep 17 00:00:00 2001 From: Ralf Teusner Date: Mon, 21 Sep 2015 18:14:40 +0200 Subject: [PATCH] fixed the tests by deleting the root of all evil: the 's'. --- lib/py_unit_adapter.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/py_unit_adapter.rb b/lib/py_unit_adapter.rb index 29a47ddf..0e80c593 100644 --- a/lib/py_unit_adapter.rb +++ b/lib/py_unit_adapter.rb @@ -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