Skip to content

Commit

Permalink
test new subcommands in test-cli session
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Mar 18, 2024
1 parent 84bda06 commit d257f3f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,10 @@ def test_cli(session: nox.Session) -> None:
session.run("babelize", "--help")
session.run("babelize", "init", "--help")
session.run("babelize", "update", "--help")
session.run("babelize", "sample-config", "--help")
session.run("babelize", "sample-license")
session.run("babelize", "sample-meson-build")
session.run("babelize", "sample-gitignore")
session.run("babelize", "sample-config")

with session.chdir(session.create_tmp()):
with open("babel.toml", "w") as fp:
Expand Down

0 comments on commit d257f3f

Please sign in to comment.