| Trees | Indices | Help |
|---|
|
|
Pytest plugin with commonly used fixtures
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
__package__ =
|
|||
|
|||
Returns logger with name tlib. This logger should only be used by TLib modules. To log from a test or test module use test_logger Logger will get flushed at the end to ensure data is not lost if tests exit abnormally
|
Returns logger with name adb This logger should only be used by TLib modules interacting with ADB. To log from a test or test module use test_logger Logger will get flushed at the end to ensure data is not lost if tests exit abnormally
|
Returns logger that can be used to log test information Logger will get flushed at the end to ensure data is not lost if tests exit abnormally
|
Returns value of --base_url command line parameter
|
Returns configuration for the environment specified in the --environment command line parameter
This function will try to find a file config\config.ini on the current folder or on the parents,
up to two levels up.
This fixture returns a dict like this:
{
'mysql_host': 'db.ci.qa.ypg.com',
'mysql_user': 'ci',
'mysql_passwd': '21345'
}
@rtype dict
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Tue Oct 28 15:23:48 2014 | http://epydoc.sourceforge.net |