All Downloads are FREE. Search and download functionalities are using the official Maven repository.

robotframework-2.7.7.utest.resources.__init__.py Maven / Gradle / Ivy

The newest version!
import os

THIS_PATH = os.path.dirname(__file__)
GOLDEN_OUTPUT = os.path.join(THIS_PATH, 'golden_suite', 'output.xml')
GOLDEN_OUTPUT2 = os.path.join(THIS_PATH, 'golden_suite', 'output2.xml')
GOLDEN_JS = os.path.join(THIS_PATH, 'golden_suite', 'expected.js')





© 2015 - 2024 Weber Informatics LLC | Privacy Policy