We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f96356b + c0d3015 commit f29262aCopy full SHA for f29262a
testapps/on_device_unit_tests/test_app/main.py
@@ -92,5 +92,5 @@
92
else:
93
# we don't have kivy or flask in our
94
# requirements, so we run unittests in terminal
95
- suite = unittest.TestLoader().loadTestsFromNames(list(tests_to_perform))
+ suite = unittest.TestLoader().loadTestsFromNames(list(tests_to_perform.values()))
96
unittest.TextTestRunner().run(suite)
0 commit comments