drafttests.auxiliary Namespace Reference

Functions

def draw_header ()
 
def fake_function (p1=None, p2=None, p3=None, p4=None, p5=None)
 
def import_test (module)
 
def no_gui (module)
 
def no_test ()
 

Function Documentation

◆ draw_header()

def drafttests.auxiliary.draw_header ( )
Draw a header for the tests.

◆ fake_function()

def drafttests.auxiliary.fake_function (   p1 = None,
  p2 = None,
  p3 = None,
  p4 = None,
  p5 = None 
)
Print a message for a test that doesn't actually exist.

References drafttests.auxiliary.no_test().

◆ import_test()

def drafttests.auxiliary.import_test (   module)
Try importing a module.

◆ no_gui()

def drafttests.auxiliary.no_gui (   module)
Print a message that there is no user interface.

◆ no_test()

def drafttests.auxiliary.no_test ( )
Print a message that the test is not currently implemented.

Referenced by drafttests.auxiliary.fake_function().