Package grassyknoll :: Package tests
[hide private]

Package tests

source code

helpers for tests

Submodules [hide private]

Functions [hide private]
 
assert_sorted_equals(x, y, msg=None)
assert that two iterables are equal when sorted
source code
 
assert_sorted_not_equals(x, y, msg=None)
assert that two iterables are unequal when sorted
source code
 
test_sorted() source code
 
loadFixtures(name)
Generate filenames and json data from directory or tarball
source code
 
walk(name)
Generate filenames and json data from directory.
source code
 
extract(name)
Generate filenames and json data from tarfile.
source code
Function Details [hide private]

loadFixtures(name)

source code 
Generate filenames and json data from directory or tarball
Parameters:
  • name - the name of the thing to load from. If a directory, use that, otherwise use name.tar.gz