From 68e6f3397e8a450854f39a5d514e1f747b9031a4 Mon Sep 17 00:00:00 2001 From: Tomas Kulhanek Date: Thu, 28 Feb 2019 15:22:10 +0000 Subject: merge --- recipe/meta.yaml | 2 ++ recipe/run_test.py | 2 ++ 2 files changed, 4 insertions(+) (limited to 'recipe') diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 527ad32..6f36906 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -14,6 +14,8 @@ test: requires: - pillow - pillow=4.1.1 # [win] +# command: +# - unittest -d discover .... ../test requirements: build: diff --git a/recipe/run_test.py b/recipe/run_test.py index 21f3216..f551616 100755 --- a/recipe/run_test.py +++ b/recipe/run_test.py @@ -815,5 +815,7 @@ class TestRegularisers(unittest.TestCase): self.assertLess(abs(rms_fgp-rms_fgp_exp) , tolerance) + + if __name__ == '__main__': unittest.main() -- cgit v1.2.3