Skip to content

Commit

Permalink
Add tests for dev
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Nov 14, 2023
1 parent 8395845 commit f381af7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ def test_command_get(self):
assert executor.command_get("beta") == "0"
assert executor.command_get("post") == "0"
assert executor.command_get("epoch") == "0"
assert executor.command_get("dev") == "0"
assert Executor(Version("1.2.3a4")).command_get("alpha") == "4"
assert Executor(Version("1.2.3b5")).command_get("beta") == "5"
assert Executor(Version("1.2.3.post7")).command_get("post") == "7"
Expand Down

0 comments on commit f381af7

Please sign in to comment.