eric7/Unittest/Interfaces/PytestRunner.py

branch
unittest
changeset 9065
39405e6eba20
parent 9059
e7fd342f8bfc
equal deleted inserted replaced
9064:339bb8c8007d 9065:39405e6eba20
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

eric ide

mercurial