mirror of
https://github.com/python-escpos/python-escpos
synced 2025-09-13 09:09:58 +00:00
disable broken tests
This commit is contained in:
@@ -27,6 +27,7 @@ else:
|
|||||||
mock_open_call = '__builtin__.open'
|
mock_open_call = '__builtin__.open'
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.mark.skip("this test is broken and has to be fixed or discarded")
|
||||||
@settings(use_coverage=False)
|
@settings(use_coverage=False)
|
||||||
@given(path=text())
|
@given(path=text())
|
||||||
def test_load_file_printer(mocker, path):
|
def test_load_file_printer(mocker, path):
|
||||||
@@ -38,6 +39,7 @@ def test_load_file_printer(mocker, path):
|
|||||||
mock_open.assert_called_with(path, "wb")
|
mock_open.assert_called_with(path, "wb")
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.mark.skip("this test is broken and has to be fixed or discarded")
|
||||||
@settings(deadline=None, use_coverage=False)
|
@settings(deadline=None, use_coverage=False)
|
||||||
@given(txt=text())
|
@given(txt=text())
|
||||||
def test_auto_flush(mocker, txt):
|
def test_auto_flush(mocker, txt):
|
||||||
@@ -59,6 +61,7 @@ def test_auto_flush(mocker, txt):
|
|||||||
assert mock_device.flush.called
|
assert mock_device.flush.called
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.mark.skip("this test is broken and has to be fixed or discarded")
|
||||||
@settings(deadline=None, use_coverage=False)
|
@settings(deadline=None, use_coverage=False)
|
||||||
@given(txt=text())
|
@given(txt=text())
|
||||||
def test_flush_on_close(mocker, txt):
|
def test_flush_on_close(mocker, txt):
|
||||||
|
Reference in New Issue
Block a user