dulwich.tests.test_ignore module¶
Tests for ignore files.
- class dulwich.tests.test_ignore.IgnoreFilterManagerTests(methodName='runTest')¶
Bases:
TestCase
Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.
- test_ignored_contents()¶
- test_load_ignore()¶
- test_load_ignore_ignorecase()¶
- test_nested_gitignores()¶
- class dulwich.tests.test_ignore.IgnoreFilterStackTests(methodName='runTest')¶
Bases:
TestCase
Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.
- test_stack_first()¶
- class dulwich.tests.test_ignore.IgnoreFilterTests(methodName='runTest')¶
Bases:
TestCase
Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.
- test_excluded()¶
- test_include_exclude_include()¶
- test_included()¶
- test_included_ignorecase()¶
- test_manpage()¶
- test_regex_special()¶
- class dulwich.tests.test_ignore.MatchPatternTests(methodName='runTest')¶
Bases:
TestCase
Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.
- test_matches()¶
- test_no_matches()¶