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.
1 parent 5cd0d1d commit 91e3878Copy full SHA for 91e3878
tests/cpp_test.py
@@ -9,7 +9,7 @@ def test_cpp(self):
9
print("\n\nTesting C++ code...")
10
subprocess.check_call(os.path.join(os.path.dirname(
11
os.path.relpath(__file__)), 'bin', 'python_cpp_example_test'))
12
- print() # for prettier output
+ print("\nResuming Python tests...\n")
13
14
15
if __name__ == '__main__':
0 commit comments