Ejemplo n.º 1
0
def test_verify_files_identical():
    with Fold() as fold:
        print("""Checking if index.yaml and all referenced files comply to the formatting rules.
If this fails you can run 'rosdistro_reformat index.yaml' to help cleanup.
'rosdistro_reformat' shows the diff between the current files and their expected formatting.
""")

        index_url = 'file://' + FILES_DIR + '/index.yaml'
        assert verify_files_identical(index_url), fold.get_message()
Ejemplo n.º 2
0
def test_verify_files_identical():
    index_url = 'file://' + FILES_DIR + '/index.yaml'
    assert verify_files_identical(index_url)
Ejemplo n.º 3
0
def test_verify_files_identical():
    index_url = 'file://' + FILES_DIR + '/index_v2.yaml'
    assert verify_files_identical(index_url)