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 b729b73 commit 8b772a3Copy full SHA for 8b772a3
tests/libraries/test_libraries.py
@@ -8,4 +8,5 @@ class TestLibraryExamples(SeleniumTestCase):
8
def test_compile_all_libraries(self):
9
"""Tests that all library examples compile successfully."""
10
self.compile_all_sketches('/libraries', '.accordion li a',
11
- logfile=LIBRARIES_TEST_LOGFILE)
+ logfile=LIBRARIES_TEST_LOGFILE,
12
+ compile_type='library', create_report=True, comment=True)
0 commit comments