We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1c4e16 commit 556c7bdCopy full SHA for 556c7bd
projects/m1/016-next-day/python/test_next_day.py
@@ -11,7 +11,7 @@
11
is_file_empty = os.stat(file_path).st_size == 0
12
13
14
-@skipIf(is_file_empty, 'Empty file')
+@skipIf(is_file_empty, 'Empty file. Test 016 Skipped')
15
class TestNextDay(TestCase):
16
17
def setUp(self) -> None:
0 commit comments