Hans Kolek
|
ca9a68de53
Provide strnlen() on mingw32 which doesn't have it.
|
14 years ago |
Jelmer Vernooij
|
e9d58380bb
Make sure TestCase.setUp() is called, remove unused import.
|
14 years ago |
Dave Borowitz
|
b8d0b530ec
Use real in-memory objects rather than stubs for server tests.
|
14 years ago |
Dave Borowitz
|
df2a95d585
Add utility functions to DictRefsContainer, useful for tests.
|
14 years ago |
Dave Borowitz
|
11a5f9001d
Allow overwriting id property of objects in test utils.
|
14 years ago |
Dave Borowitz
|
75dc621c3d
Delegate SHA peeling to the object store.
|
14 years ago |
Dave Borowitz
|
2c6035a0a9
Refactor some of dulwich.tests.compat.server_utils.
|
14 years ago |
Dave Borowitz
|
c215828698
server: Explicitly specify allowed protocol commands.
|
14 years ago |
Jelmer Vernooij
|
c4afce386b
add trivial tests for DiskObjectStore.add_{thin_,}pack.
|
14 years ago |
Jelmer Vernooij
|
c6568b717e
New dulwich.pack.MemoryPackIndex class.
|
14 years ago |
Jelmer Vernooij
|
9a163b3590
Fix typo.
|
14 years ago |
Jelmer Vernooij
|
ba26aa3792
PackIndex1 and PackIndex2 now subclass FilePackIndex, which is
|
14 years ago |
Dave Borowitz
|
b2e1f1f795
server: Factor out _split_proto_line as a global.
|
14 years ago |
Dave Borowitz
|
d47e6903bc
Clean up docstrings in dulwich.protocol.
|
14 years ago |
Jelmer Vernooij
|
6f726b2d1e
Update NEWS.
|
14 years ago |
Dave Borowitz
|
52ea3c3b3b
Standardize quote delimiters in test_protocol.
|
14 years ago |
Dave Borowitz
|
e0aa28be02
Use run_git_or_fail in compat tests wherever possible.
|
14 years ago |
Jelmer Vernooij
|
8c159e5c80
Initial work on a fastimport parser.
|
14 years ago |
Jelmer Vernooij
|
fe99d7c9db
Fix tests with testtools installed.
|
14 years ago |
Jelmer Vernooij
|
83e1510095
Merge support for side-band-64k.
|
14 years ago |
Dave Borowitz
|
9dd2b211c8
Compat tests for servers with and without side-band-64k.
|
15 years ago |
Dave Borowitz
|
3c32b92d25
Add side-band-64k support to ReceivePackHandler.
|
15 years ago |
Dave Borowitz
|
0be4c1c6ca
More flexible version checking for compat tests.
|
15 years ago |
Dave Borowitz
|
27ef701a57
Tweak server handler injection.
|
15 years ago |
Dave Borowitz
|
3a24fca78b
server: Change capabilities methods to classmethods.
|
15 years ago |
Dave Borowitz
|
aace26c463
Factor out a function to convert a line to a pkt-line.
|
15 years ago |
Dave Borowitz
|
1ca9fc6760
Factor out _report_status in ReceivePackHandler.
|
15 years ago |
Dave Borowitz
|
e9a9014178
test_web: Ensure cache headers are set correctly.
|
14 years ago |
Dave Borowitz
|
1392438734
Add more tests for web.py.
|
14 years ago |
Dave Borowitz
|
1f45308d97
test/utils: Return non-__slot__ subclasses from make_object.
|
14 years ago |