class documentation

class TestManifestTest(TempDirTestCase): (source)

View In Hierarchy

Undocumented

Method get_files Run egg_info and get all the files to include, as a set
Method make_manifest Write a MANIFEST.in.
Method setup_method Undocumented
Method test_empty_files Check an empty MANIFEST.in includes only the standard files.
Method test_exclude Include everything in app/ except the text files
Method test_global_include Include all *.rst, *.js, and *.css files in the whole tree.
Method test_graft Include the whole app/static/ directory.
Method test_graft_glob_syntax Include the whole app/static/ directory.
Method test_graft_global_exclude Exclude all *.map files in the project.
Method test_graft_prune Include all files in app/, except for the whole app/static/ dir.
Method test_include Include extra rst files in the project root.
Method test_include_multiple Include with multiple patterns.
Method test_no_manifest Check a missing MANIFEST.in includes only the standard files.

Inherited from TempDirTestCase:

Method teardown_method Undocumented
Instance Variable old_cwd Undocumented
Instance Variable temp_dir Undocumented
def get_files(self): (source)

Run egg_info and get all the files to include, as a set

def make_manifest(self, contents): (source)

Write a MANIFEST.in.

def setup_method(self, method): (source)
def test_empty_files(self): (source)

Check an empty MANIFEST.in includes only the standard files.

def test_exclude(self): (source)

Include everything in app/ except the text files

def test_global_include(self): (source)

Include all *.rst, *.js, and *.css files in the whole tree.

def test_graft(self): (source)

Include the whole app/static/ directory.

def test_graft_glob_syntax(self): (source)

Include the whole app/static/ directory.

def test_graft_global_exclude(self): (source)

Exclude all *.map files in the project.

def test_graft_prune(self): (source)

Include all files in app/, except for the whole app/static/ dir.

def test_include(self): (source)

Include extra rst files in the project root.

def test_include_multiple(self): (source)

Include with multiple patterns.

def test_no_manifest(self): (source)

Check a missing MANIFEST.in includes only the standard files.