commit 7b60cceff11fd34495330e5b65bbc811278790d3 Author: Amr Keleg Date: Wed Apr 3 12:12:22 2019 +0200 Fix the tests for printing the weights of analyses diff --git a/tests/lt_proc/__init__.py b/tests/lt_proc/__init__.py index 63a0829..b2a2137 100644 --- a/tests/lt_proc/__init__.py +++ b/tests/lt_proc/__init__.py @@ -60,13 +60,13 @@ class PrintWeights(unittest.TestCase, ProcTest): procdix = "data/cat-weight.att" procflags = ["-W"] inputs = ["cat"] - expectedOutputs = ["^cat/cat+n/cat+v$"] + expectedOutputs = ["^cat/cat+n/cat+v$"] class PrintWeightsNegative(unittest.TestCase, ProcTest): procdix = "data/cat-weight-negative.att" procflags = ["-W"] inputs = ["cat"] - expectedOutputs = ["^cat/cat+n/cat+v$"] + expectedOutputs = ["^cat/cat+n/cat+v$"] class PrintNAnalyses(unittest.TestCase, ProcTest): procdix = "data/cat-weight.att"