μHAL (v2.8.17)
Part of the IPbus software repository
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Namespaces | Functions | Variables
conftest.py File Reference

Go to the source code of this file.

Classes

class  conftest.Output
 
class  conftest.Unordered
 
class  conftest.Capture
 
class  conftest.SanitizedString
 

Namespaces

namespace  conftest
 

Functions

def conftest._strip_and_dedent (s)
 
def conftest._split_and_sort (s)
 
def conftest._make_explanation (a, b)
 
def conftest.capture (capsys)
 
def conftest._sanitize_general (s)
 
def conftest._sanitize_docstring (thing)
 
def conftest.doc ()
 
def conftest._sanitize_message (thing)
 
def conftest.msg ()
 
def conftest.pytest_assertrepr_compare (op, left, right)
 
def conftest.suppress (exception)
 
def conftest.gc_collect ()
 
def conftest.pytest_configure ()
 

Variables

 conftest._unicode_marker = re.compile(r"u(\'[^\']*\')")
 
 conftest._long_marker = re.compile(r"([0-9])L")
 
 conftest._hexadecimal = re.compile(r"0x[0-9a-fA-F]+")
 
list conftest.collect_ignore = []