예제 #1
0
def test_compare_non_existing(monkeypatch, rlib1):
    assert_non_existing(monkeypatch, rlib1)
예제 #2
0
def test_compare_non_existing(monkeypatch, png1):
    assert_non_existing(monkeypatch, png1, has_null_source=False)
예제 #3
0
def test_compare_non_existing(monkeypatch, squashfs1):
    assert_non_existing(monkeypatch, squashfs1)
예제 #4
0
def test_compare_non_existing(monkeypatch, ascii1):
    assert_non_existing(monkeypatch,
                        ascii1,
                        has_null_source=False,
                        has_details=False)
예제 #5
0
def test_mozzip_compare_non_existing(monkeypatch, mozzip1):
    assert_non_existing(monkeypatch, mozzip1)
예제 #6
0
def test_dot_buildinfo_compare_non_existing(monkeypatch, dot_buildinfo1):
    assert_non_existing(monkeypatch, dot_buildinfo1)