Skip to content

Commit f29262a

Browse files
authored
Merge pull request #2181 from AndreMiras/feature/service_only_unittest_loading
Fixes service only unittest loading
2 parents f96356b + c0d3015 commit f29262a

File tree

1 file changed

+1
-1
lines changed
  • testapps/on_device_unit_tests/test_app

1 file changed

+1
-1
lines changed

testapps/on_device_unit_tests/test_app/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,5 @@
9292
else:
9393
# we don't have kivy or flask in our
9494
# requirements, so we run unittests in terminal
95-
suite = unittest.TestLoader().loadTestsFromNames(list(tests_to_perform))
95+
suite = unittest.TestLoader().loadTestsFromNames(list(tests_to_perform.values()))
9696
unittest.TextTestRunner().run(suite)

0 commit comments

Comments
 (0)