We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4b2299 commit e8093b7Copy full SHA for e8093b7
test/test_all.py
@@ -144,3 +144,7 @@ def test_bad_file_format_error():
144
global test_reader
145
with helper.assertRaises(zxing.BarCodeReaderException):
146
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