Skip to content

Commit

Permalink
coms: Add a NOTE reminder about how to perform testing with the tests…
Browse files Browse the repository at this point in the history
…/test_main.py file.
  • Loading branch information
gkapfham committed Nov 15, 2024
1 parent 8c126b4 commit 5321a32
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

from execexam import main

# NOTE: Unless there is a clear reason to do so, only
# write tests for the command-line interface using the
# CliRunner provided by typer.

runner = CliRunner()

# NOTE: tests that run execexam through the its CLI
Expand Down

0 comments on commit 5321a32

Please sign in to comment.