diff --git a/test/test_all.py b/test/test_all.py index 45ca26e..091802a 100644 --- a/test/test_all.py +++ b/test/test_all.py @@ -144,3 +144,7 @@ def test_bad_file_format_error(): global test_reader with helper.assertRaises(zxing.BarCodeReaderException): test_reader.decode(os.path.join(test_barcode_dir, 'bad_format.png')) + + +def test_failing(): + assert True is False