Package lepl :: Package _test
[hide private]
[frames] | no frames]

Package _test

source code

Tests for the lepl package.
Submodules [hide private]

Functions [hide private]
 
all()
This runs all tests and examples.
source code
 
ls_all_tests()
All test modules.
source code
 
ls_module(parent, children=None, include_parent=False)
Expand and return child modules.
source code
Variables [hide private]
  TOTAL = 437
Function Details [hide private]

all()

source code 
This runs all tests and examples. It is something of a compromise - seems to be the best solution that's independent of other libraries, doesn't use the file system (since code may be in a zip file), and keeps the number of required imports to a minimum.