◆ __init__()
def test_examples.Example.__init__ |
( |
|
self, |
|
|
|
path_components, |
|
|
|
artifact_names = [] |
|
) |
| |
◆ __enter__()
def test_examples.Example.__enter__ |
( |
|
self | ) |
|
◆ run()
def test_examples.Example.run |
( |
|
self, |
|
|
|
command |
|
) |
| |
◆ __exit__()
def test_examples.Example.__exit__ |
( |
|
self, |
|
|
|
exc_type, |
|
|
|
exc_value, |
|
|
|
traceback |
|
) |
| |
Checks for and removes artifacts expected by this example
◆ __str__()
def test_examples.Example.__str__ |
( |
|
self | ) |
|
◆ path
test_examples.Example.path |
◆ artifacts
test_examples.Example.artifacts |
The documentation for this class was generated from the following file:
- Polygraphy/tests/test_examples.py