ad23efd Refactor depsolving tests

15 files Authored by dmach 7 years ago, Committed by lsedlar 7 years ago,
15 files changed. 309 lines added. 79 lines removed.
tests/data/specs/dummy-perl.spec
file added
+42
tests/fixtures/repos/repo/repodata/0dff37e23a0af5dc33002460679b56b3b6af6ec9a36981c8377b44223724e549-primary.sqlite.bz2
file removed
-0
tests/fixtures/repos/repo/repodata/4305042fb21c392795638a1c79ec4a83d00b9dbef8cd79b06a4c4f1cd2c47235-filelists.xml.gz
file removed
-0
tests/fixtures/repos/repo/repodata/4c995ec134786879990c65dbb2e7e775ff4b532430b2c16906601403d42ffd9e-filelists.xml.gz
file added
+0
tests/fixtures/repos/repo/repodata/533b28e88605f4f7885c9960e4853880ea1aef04520789b32f4b57aeb753256b-primary.xml.gz
file added
+0
tests/fixtures/repos/repo/repodata/76ebb27d2d8e584aee9ade778d0f4908a9675e15bcb61e12dc687b6a98c9a20c-other.xml.gz
file removed
-0
tests/fixtures/repos/repo/repodata/94431f15fa198cae4d31bf81c9714060e413c909b95d19ff0f9e00750b373b77-primary.xml.gz
file removed
-0
tests/fixtures/repos/repo/repodata/ad397a2c81b435e542abd99d03cee9a7a656e2bd4f0f5709b809a3b1e63a25f9-filelists.sqlite.bz2
file added
+0
tests/fixtures/repos/repo/repodata/d08dfb319143d0105b89413a47a0b2c8e593177f1c7975371c8205830022d53f-primary.sqlite.bz2
file added
+0
tests/fixtures/repos/repo/repodata/ea44f7f31f7c5e34380b842fc69cef78bb47c711fbfdb22bd27b3e8dde88e0cf-other.sqlite.bz2
file added
+0
tests/fixtures/repos/repo/repodata/fa89c463e1653f2544468cec48512d57501b9a72c129b9faed2f353cf2e82a3b-filelists.sqlite.bz2
file removed
-0
tests/fixtures/repos/repo/repodata/fc348dcd0e073c1ff457bd72617a1ef8274a2b9b74a82167e299af57525223e7-other.sqlite.bz2
file removed
-0
tests/fixtures/repos/repo/repodata/feafc4d56b8fb78d13f439739f9d29b9be03a916c22e6685c62f0cd675895c93-other.xml.gz
file added
+0
tests/fixtures/repos/repo/repodata/repomd.xml
file modified
+37 -37
tests/test_gather.pytests/test_pungi.py
file renamed
+230 -42
    Refactor depsolving tests
    
    This adds a new test for Requires(pre) and (post). The general structure
    of the test now makes it easy to use the same test scenarios for
    different backend.
    
    Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
    
        
tests/test_gather.py tests/test_pungi.py
file renamed
+230 -42