class documentation
class IterCommitContentsTests(CommitTestHelper, TestCase):
Tests for iter_commit_contents.
| Method | assert |
Assert that iter_commit_contents results are equal to expected. |
| Method | make |
Helper to prepare test commits. |
| Method | test |
Test iterating commit contents without includes. |
| Method | test |
Test iterating commit contents with overlaps in includes. |
| Method | test |
Test iterating commit contents with includes. |
Inherited from CommitTestHelper:
| Method | make |
Helper to create and store a commit. |
| Method | set |
Set up test fixture. |
| Instance Variable | _store |
Undocumented |