16 lines
430 B
Python
16 lines
430 B
Python
import py
|
|
|
|
Module = py.test.collect.Module
|
|
Directory = py.test.collect.Directory
|
|
File = py.test.collect.File
|
|
|
|
# python collectors
|
|
Class = py.test.collect.Class
|
|
Generator = py.test.collect.Generator
|
|
Function = py.test.collect.Function
|
|
Instance = py.test.collect.Instance
|
|
|
|
pytest_plugins = "default runner capture terminal keyword xfail tmpdir execnetcleanup monkeypatch recwarn pdb pastebin unittest".split()
|
|
|
|
conf_capture = "fd"
|