Scarab  v2.9.0
Project 8 C++ Utility Library
Classes | Namespaces | Functions | Variables
conftest.py File Reference

Go to the source code of this file.

Classes

class  Output
 
class  Unordered
 
class  Capture
 
class  SanitizedString
 

Namespaces

 conftest
 

Functions

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

Variables

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