7 Module implementing the test runner script for the 'pytest' framework. |
7 Module implementing the test runner script for the 'pytest' framework. |
8 """ |
8 """ |
9 |
9 |
10 import json |
10 import json |
11 import sys |
11 import sys |
|
12 |
|
13 # TODO: implement 'pytest' support in PytestRunner |
12 |
14 |
13 |
15 |
14 class GetPluginVersionsPlugin(): |
16 class GetPluginVersionsPlugin(): |
15 """ |
17 """ |
16 Class implementing a pytest plugin to extract the version info of all |
18 Class implementing a pytest plugin to extract the version info of all |