Beispiel #1
0
def testing_index(testing_workdir):
    args = ['.']
    main_index.execute(args)
    assert os.path.isfile('noarch/repodata.json')
Beispiel #2
0
def test_index(testing_workdir):
    args = ['.']
    main_index.execute(args)
    assert os.path.isfile('repodata.json')