◆ __init__()
def utils.test.Test.__init__ |
( |
|
self, |
|
|
|
command_line, |
|
|
|
base_dir = "" , |
|
|
|
depends = None , |
|
|
|
products = None , |
|
|
|
tags = None , |
|
|
|
executable = None |
|
) |
| |
Create a Test instance.
@command_line: list of string standing for arguments to launch
@base_dir: base directory for launch
@depends: list of Test instance indicating dependencies
@products: elements produced to remove after tests
@tags: list of str indicating current test categories
@executable: if set, use this binary instead of Python
◆ __eq__()
def utils.test.Test.__eq__ |
( |
|
self, |
|
|
|
test |
|
) |
| |
◆ __repr__()
def utils.test.Test.__repr__ |
( |
|
self | ) |
|
◆ base_dir
◆ command_line
utils.test.Test.command_line |
◆ depends
◆ executable
utils.test.Test.executable |
◆ products
◆ tags
The documentation for this class was generated from the following file:
- /home/serpilliere/projet/test_doc_miasm/miasm/test/utils/test.py