~ubuntu-branches/ubuntu/vivid/dulwich/vivid

« back to all changes in this revision

Viewing changes to dulwich/tests/__init__.py

  • Committer: Package Import Robot
  • Author(s): Jelmer Vernooij
  • Date: 2014-01-29 00:30:26 UTC
  • mfrom: (1.5.4)
  • Revision ID: package-import@ubuntu.com-20140129003026-e483cc2gb1yfhj6d
Tags: 0.9.5-1
* Add upstream PGP signing key.
* Enable autopkgtest.
* New upstream release.
* Bump standards version to 3.9.5 (no changes).

Show diffs side-by-side

added added

removed removed

Lines of Context:
122
122
        'index',
123
123
        'lru_cache',
124
124
        'objects',
 
125
        'objectspec',
125
126
        'object_store',
126
127
        'missing_obj_finder',
127
128
        'pack',
128
129
        'patch',
129
130
        'porcelain',
130
131
        'protocol',
 
132
        'refs',
131
133
        'repository',
132
134
        'server',
133
135
        'walk',
141
143
def tutorial_test_suite():
142
144
    tutorial = [
143
145
        'introduction',
 
146
        'file-format',
144
147
        'repo',
145
148
        'object-store',
146
149
        'remote',