Skip to content

Commit e8093b7

Browse files
committed
Add failing test
1 parent c4b2299 commit e8093b7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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)