Skip to content

Commit

Permalink
test sample-cython subcommand
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Mar 23, 2024
1 parent 375a893 commit 662862b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ def test_cli(session: nox.Session) -> None:
session.run("babelize", "init", "--help")
session.run("babelize", "update", "--help")
session.run("babelize", "sample-config")
for language in ("c", "cxx", "fortran"):
session.run("babelize", "sample-cython", f"--language={language}")
session.run("babelize", "sample-gitignore")
session.run("babelize", "sample-license")
session.run("babelize", "sample-meson-build")
Expand Down

0 comments on commit 662862b

Please sign in to comment.