diff --git a/test/test_corpus.py b/test/test_corpus.py index b7557956..1d515b3b 100644 --- a/test/test_corpus.py +++ b/test/test_corpus.py @@ -41,11 +41,7 @@ "", ), ("https://github.com/jacobwilliams/dvode", "dvode/ford.md", ""), - ( - "https://github.com/jacobwilliams/fortran-csv-module", - "fortran-csv-module/fortran-csv-module.md", - "", - ), + ("https://github.com/jacobwilliams/csv-fortran", "csv-fortran/ford.md", ""), ( "https://github.com/jacobwilliams/json-fortran", "json-fortran/json-fortran.md", @@ -62,6 +58,11 @@ ("https://github.com/szaghi/VTKFortran", "VTKFortran/doc/main_page.md", ""), ("https://github.com/toml-f/toml-f", "toml-f/docs.md", ""), ("https://github.com/ylikx/forpy", "forpy/forpy_project.md", ""), + ( + "https://github.com/cibinjoseph/C81-Interface", + "C81-Interface/ford_input.md", + "-p ford_input", + ), # The following all specify markdown extension config in a # non-supported way # ( @@ -79,12 +80,6 @@ # ("https://github.com/szaghi/FURY", "FURY/doc/main_page.md", ""), # Source files require fypp # ("https://github.com/cp2k/dbcsr", "dbcsr/DBCSR.md", "--debug"), - # output_dir subdirectory of src_dir, requires manually deleting - # ( - # "https://github.com/cibinjoseph/C81-Interface", - # "C81-Interface/ford_input.md", - # "-p ford_input", - # ), ], ) def test_copus(tmp_path, url, config_file, flags):