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 a5c58d2 commit 4928577Copy full SHA for 4928577
tests/test_api.py
@@ -42,6 +42,7 @@ def test_0001_api_ping(self):
42
test_logger.info('AIL successfully reached Flask / Web interface')
43
except (AssertionError, PyAILError) as ae:
44
test_logger.warning(f'Flask / Web interface is unreachable: {ae}')
45
+ raise ae
46
print('----------------------------------------------------')
47
print()
48
0 commit comments