Skip to content
Snippets Groups Projects
Commit bc9b13e0 authored by ulif's avatar ulif
Browse files

Rename tests and update descriptions.

parent c04e1094
No related branches found
No related tags found
No related merge requests found
......@@ -255,7 +255,7 @@ class TestRealDiceRandomSource(object):
assert "roll 2 dice" in out
assert picked == 1
def test_dice_sides_respected(self, capsys, fake_input):
def test_choice_respects_dice_sides(self, capsys, fake_input):
# we use the number of dice sides given by options dict.
fake_input(["1", "2"])
# A Namespace, not a dict, is passed to the constructor.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment