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 674082c commit dcae9cdCopy full SHA for dcae9cd
seleniumbase/core/application_manager.py
@@ -12,8 +12,8 @@ class ApplicationManager:
12
13
@classmethod
14
def generate_application_string(cls, test):
15
- """Generate an application string based on some of the given information
16
- that can be pulled from the test object: app_env, start_time."""
+ """Generate a string based on some of the given information
+ that's pulled from the test object: app_env, start_time."""
17
18
app_env = "test"
19
if hasattr(test, "env"):
0 commit comments