Skip to content

Commit

Permalink
Merge pull request #596 from Fortran-FOSS-Programmers/fix-corpus-tests
Browse files Browse the repository at this point in the history
Fix corpus tests
  • Loading branch information
ZedThree authored Nov 21, 2023
2 parents 3bbca47 + e52f9f2 commit 550f361
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions test/test_corpus.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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
# (
Expand All @@ -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):
Expand Down

0 comments on commit 550f361

Please sign in to comment.