Skip to content

Commit 7770002

Browse files
[STYLE] Suppress noisy deepsource (- WIP PR #323 -)
Changes in file tests/context.py: * suppress PYL-W1503 false positive (eg. intentional)
1 parent 7a86564 commit 7770002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -972,7 +972,7 @@ def _should_get_package_version_WHEN_valid(self):
972972
def test_absolute_truth_and_meaning(self):
973973
"""Test case 0: Insanitty Test."""
974974
assert True
975-
self.assertTrue(True, "Insanitty Test Failed")
975+
self.assertTrue(True, "Insanitty Test Failed") # skipcq: PYL-W1503
976976

977977
def test_finds_python_WHEN_testing(self):
978978
"""Test case 1: Class Test-Fixture Meta Test."""

0 commit comments

Comments
 (0)