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 551938f commit eda9066Copy full SHA for eda9066
tests/embedding/test_app.py
@@ -206,9 +206,8 @@ def test_app_getters_notstale(embedded_app):
206
def test_building_gallery(embedded_app):
207
"""Test for checking building gallery .
208
209
- When building gallery each example files create
210
- an instance of app. When BUILDING GALLERY flag is enabled,
211
- only one instance is kept.
+ When building the gallery, each example file creates an instance of the app.
+ When the BUILDING_GALLERY flag is enabled, only one instance is kept.
212
"""
213
import ansys.mechanical.core as mech
214
0 commit comments