Added os library
This commit is contained in:
parent
c3a9b21010
commit
cb778bea65
|
@ -10,6 +10,7 @@ from selenium.common.exceptions import NoSuchElementException
|
||||||
from selenium.common.exceptions import NoAlertPresentException
|
from selenium.common.exceptions import NoAlertPresentException
|
||||||
from sauceclient import SauceClient
|
from sauceclient import SauceClient
|
||||||
from os import environ
|
from os import environ
|
||||||
|
import os
|
||||||
|
|
||||||
|
|
||||||
class ArticaTestResult(TestResult):
|
class ArticaTestResult(TestResult):
|
||||||
|
|
Loading…
Reference in New Issue