This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
@@ -286,7 +286,7 @@ def _clean_orphaned_pyc():
# count how many tests have been skipped.
skipped_test_count=0
# loads and validates our various configurations
test_config=stem.util.conf.get_config("test")
@@ -481,7 +481,7 @@ def _clean_orphaned_pyc():
elifskipped_test_count>0:
test.output.print_line("%i TESTS WERE SKIPPED"%skipped_test_count, term.Color.BLUE, term.Attr.BOLD)
test.output.print_line("ALL OTHER TESTS PASSED %s"%runtime_label, term.Color.GREEN, term.Attr.BOLD)