From e9ddc9402d4c88c9bc733e19dfacc7d5217f977f Mon Sep 17 00:00:00 2001 From: Tamas Gal <tgal@km3net.de> Date: Wed, 4 Nov 2020 17:30:13 +0100 Subject: [PATCH] Update tests --- {{cookiecutter.project_slug}}/tests/test_is_mandatory.py | 1 - 1 file changed, 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/tests/test_is_mandatory.py b/{{cookiecutter.project_slug}}/tests/test_is_mandatory.py index 483361c..d0ff274 100644 --- a/{{cookiecutter.project_slug}}/tests/test_is_mandatory.py +++ b/{{cookiecutter.project_slug}}/tests/test_is_mandatory.py @@ -1,5 +1,4 @@ #!/usr/bin/env python3 def test_is_mandatory(): - """Just a dummy test since coverage reporter needs at least two files.""" assert 2 == 5 - 3 -- GitLab