Skip to content

Commit 44afd6c

Browse files
committed
Add failing test
1 parent 0c41dbd commit 44afd6c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

test/test_all.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,3 +144,7 @@ def test_bad_file_format_error():
144144
global test_reader
145145
with helper.assertRaises(zxing.BarCodeReaderException):
146146
test_reader.decode(os.path.join(test_barcode_dir, 'bad_format.png'))
147+
148+
149+
def test_failing():
150+
assert True is False

0 commit comments

Comments
 (0)