Skip to content

Commit

Permalink
Merge pull request #2181 from AndreMiras/feature/service_only_unittes…
Browse files Browse the repository at this point in the history
…t_loading

Fixes service only unittest loading
  • Loading branch information
AndreMiras authored May 9, 2020
2 parents f96356b + c0d3015 commit f29262a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testapps/on_device_unit_tests/test_app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,5 @@
else:
# we don't have kivy or flask in our
# requirements, so we run unittests in terminal
suite = unittest.TestLoader().loadTestsFromNames(list(tests_to_perform))
suite = unittest.TestLoader().loadTestsFromNames(list(tests_to_perform.values()))
unittest.TextTestRunner().run(suite)

0 comments on commit f29262a

Please sign in to comment.