2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-16 12:05:53 +00:00

ignore currently dead code in coverage

This commit is contained in:
Matthias
2022-02-13 20:16:44 +01:00
parent 7598b47642
commit 0e840bacdd

View File

@ -92,7 +92,7 @@ class URLTest(TestCase):
result[0].strip(),
result[1].strip()
])
elif len(result) == 1:
elif len(result) == 1: # pragma: no cover
urls.append([
result[0].strip(),
''