simulator: tests: Update after renaming the stopwatch app
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
This commit is contained in:
parent
5b74c45e58
commit
bc9000c1a5
1 changed files with 3 additions and 3 deletions
|
@ -32,7 +32,7 @@ def test_quick_ring(system):
|
||||||
names = [ x.NAME for x in system.quick_ring ]
|
names = [ x.NAME for x in system.quick_ring ]
|
||||||
assert('Clock' in names)
|
assert('Clock' in names)
|
||||||
assert('Steps' in names)
|
assert('Steps' in names)
|
||||||
assert('Timer' in names)
|
assert('Stopclock' in names)
|
||||||
assert('Heart' in names)
|
assert('Heart' in names)
|
||||||
|
|
||||||
def test_launcher_ring(system):
|
def test_launcher_ring(system):
|
||||||
|
@ -41,7 +41,7 @@ def test_launcher_ring(system):
|
||||||
assert('Software' in names)
|
assert('Software' in names)
|
||||||
|
|
||||||
@pytest.mark.parametrize("name",
|
@pytest.mark.parametrize("name",
|
||||||
('Steps', 'Timer', 'Heart', 'Settings', 'Software'))
|
('Steps', 'Stopclock', 'Heart', 'Settings', 'Software'))
|
||||||
def test_app(system, name):
|
def test_app(system, name):
|
||||||
system.switch(system.apps[name])
|
system.switch(system.apps[name])
|
||||||
for i in range(4):
|
for i in range(4):
|
||||||
|
@ -73,7 +73,7 @@ def test_constructor(system, constructor):
|
||||||
raise
|
raise
|
||||||
|
|
||||||
def test_stopwatch(system):
|
def test_stopwatch(system):
|
||||||
system.switch(system.apps['Timer'])
|
system.switch(system.apps['Stopclock'])
|
||||||
|
|
||||||
system.step()
|
system.step()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue