| .. |
|
cli
|
0b4ad37a94
Reorganize CLI tests into tests/cli/ subdirectory
|
1 week ago |
|
compat
|
ef3934ea6c
Fix Windows file deletion error in _remove_pack
|
2 weeks ago |
|
contrib
|
cd5cf1be77
Fix ParamikoSSHVendor interface compatibility with SSHVendor
|
1 month ago |
|
porcelain
|
26358f6d34
Move porcelain mbox tests to tests/porcelain/
|
1 week ago |
|
__init__.py
|
26358f6d34
Move porcelain mbox tests to tests/porcelain/
|
1 week ago |
|
test_aiohttp.py
|
3d1dbb2566
Add dulwich.aiohttp.
|
3 weeks ago |
|
test_annotate.py
|
584534ae0d
Move porcelain annotate tests to tests/porcelain/
|
1 week ago |
|
test_approxidate.py
|
f6ee40f71d
Implement advanced Git object specification support
|
2 months ago |
|
test_archive.py
|
c593e5afa3
Drop support for Python 3.9
|
2 months ago |
|
test_attrs.py
|
39f9d87583
Fix typo in license preamble: "public" -> "published"
|
6 months ago |
|
test_bisect.py
|
4d6d4176b0
Add type annotations to tests/test_bisect.py
|
5 months ago |
|
test_bitmap.py
|
206519dc6e
Fix build on windows
|
2 months ago |
|
test_blackbox.py
|
1eaadb49ff
Fix ruff issues (#1886)
|
4 months ago |
|
test_bundle.py
|
12c69ac6da
Fix all Bundle resource leaks exposed by __del__ warning
|
2 weeks ago |
|
test_client.py
|
10a8834835
Fix Bundle resource leak in BundleClientTests
|
2 weeks ago |
|
test_cloud_gcs.py
|
143ca5814e
Make object_format mandatory for pack index loading
|
1 month ago |
|
test_commit_graph.py
|
3631ba1f95
Fix various warnings (#2053)
|
2 weeks ago |
|
test_config.py
|
1cced19ca4
Fix SHA-256 pack checksum generation and trailer handling
|
1 month ago |
|
test_credentials.py
|
39f9d87583
Fix typo in license preamble: "public" -> "published"
|
6 months ago |
|
test_diff.py
|
d708cea428
diff: Add colordiff support
|
6 months ago |
|
test_diff_tree.py
|
281b1de41b
Fix TreeEntry typing to not allow None values
|
4 months ago |
|
test_diffstat.py
|
3c0901e1c0
Add --stat argument to diff
|
1 month ago |
|
test_dumb.py
|
40c1d86340
dumb: Add fallback when HEAD is missing
|
1 month ago |
|
test_fastexport.py
|
801beeefc3
Fix ResourceWarnings for unclosed MemoryRepo objects in tests
|
2 weeks ago |
|
test_file.py
|
39f9d87583
Fix typo in license preamble: "public" -> "published"
|
6 months ago |
|
test_filter_branch.py
|
43b49600a6
Update more hardcoded sha length
|
1 month ago |
|
test_filters.py
|
69b3060b2e
Rename pack related object-format handling to back hash-format
|
1 month ago |
|
test_gc.py
|
844115660a
Fix Repo resource leaks in test_gc.py
|
2 weeks ago |
|
test_grafts.py
|
801beeefc3
Fix ResourceWarnings for unclosed MemoryRepo objects in tests
|
2 weeks ago |
|
test_graph.py
|
801beeefc3
Fix ResourceWarnings for unclosed MemoryRepo objects in tests
|
2 weeks ago |
|
test_hooks.py
|
39f9d87583
Fix typo in license preamble: "public" -> "published"
|
6 months ago |
|
test_ignore.py
|
9bfc019a97
Move porcelain ignore tests to tests/porcelain/
|
1 week ago |
|
test_index.py
|
43b49600a6
Update more hardcoded sha length
|
1 month ago |
|
test_lfs.py
|
76b4582621
Replace porcelain usage in test_lfs.py with lower-level APIs
|
1 week ago |
|
test_lfs_integration.py
|
111fe24228
Fix warnings
|
2 months ago |
|
test_line_ending.py
|
111fe24228
Fix warnings
|
2 months ago |
|
test_log_utils.py
|
c593e5afa3
Drop support for Python 3.9
|
2 months ago |
|
test_lru_cache.py
|
39f9d87583
Fix typo in license preamble: "public" -> "published"
|
6 months ago |
|
test_mailmap.py
|
39f9d87583
Fix typo in license preamble: "public" -> "published"
|
6 months ago |
|
test_maintenance.py
|
f3b730d8b6
Implement git maintenance register and unregister subcommands
|
2 months ago |
|
test_mbox.py
|
26358f6d34
Move porcelain mbox tests to tests/porcelain/
|
1 week ago |
|
test_merge.py
|
801beeefc3
Fix ResourceWarnings for unclosed MemoryRepo objects in tests
|
2 weeks ago |
|
test_merge_drivers.py
|
c593e5afa3
Drop support for Python 3.9
|
2 months ago |
|
test_midx.py
|
565be41d3b
Fix MIDX format compatibility with Git and add compat tests
|
1 month ago |
|
test_missing_obj_finder.py
|
39f9d87583
Fix typo in license preamble: "public" -> "published"
|
6 months ago |
|
test_notes.py
|
39f9d87583
Fix typo in license preamble: "public" -> "published"
|
6 months ago |
|
test_object_filters.py
|
f9a6e0474f
Fix typing
|
2 weeks ago |
|
test_object_store.py
|
5015ecc901
Add cleanup for unclosed ObjectStore instances in tests
|
2 weeks ago |
|
test_objects.py
|
3d7cc17805
Add support for parsing commits with broken author/committer lines
|
1 month ago |
|
test_objectspec.py
|
801beeefc3
Fix ResourceWarnings for unclosed MemoryRepo objects in tests
|
2 weeks ago |
|
test_pack.py
|
0495a743b8
Fix mypy type errors and add GitClient.close() method
|
2 weeks ago |
|
test_patch.py
|
43b49600a6
Update more hardcoded sha length
|
1 month ago |
|
test_protocol.py
|
a742846e24
Add filter specification parsing for partial clone support
|
3 weeks ago |
|
test_rebase.py
|
801beeefc3
Fix ResourceWarnings for unclosed MemoryRepo objects in tests
|
2 weeks ago |
|
test_reflog.py
|
1834b5fde5
Fix Repo leak in test_reflog by closing in tearDown
|
2 weeks ago |
|
test_refs.py
|
bf8d773a3e
Move peeled tags protocol functions to dulwich.protocol
|
1 month ago |
|
test_reftable.py
|
1eaadb49ff
Fix ruff issues (#1886)
|
4 months ago |
|
test_repository.py
|
bffdcc3808
Remove porcelain module usage from lower-level tests
|
1 week ago |
|
test_rerere.py
|
1d43ab79bf
Add end-to-end tests for rerere with real merge operations
|
2 months ago |
|
test_server.py
|
eb9790c9de
Rename partial_clone to object_filters for clarity
|
3 weeks ago |
|
test_sha256.py
|
143ca5814e
Make object_format mandatory for pack index loading
|
1 month ago |
|
test_sha256_pack.py
|
790d9df61a
Properly register sha256 tests
|
3 weeks ago |
|
test_signature.py
|
b60259e6e0
Skip SSHSigSignatureVendor tests when sshsig is unavailable
|
2 weeks ago |
|
test_source.py
|
26358f6d34
Move porcelain mbox tests to tests/porcelain/
|
1 week ago |
|
test_sparse_patterns.py
|
e05071e159
fix: correct sparse pattern matching bugs and update exports
|
1 month ago |
|
test_stash.py
|
cc8da0fa5a
worktree: handle per-worktree and shared refs on read and reflog writes
|
5 months ago |
|
test_stripspace.py
|
e1cf593387
Fix typo in preamble
|
2 months ago |
|
test_submodule.py
|
43b49600a6
Update more hardcoded sha length
|
1 month ago |
|
test_trailers.py
|
3825a6c368
Add interpret-trailers command
|
2 months ago |
|
test_utils.py
|
1eaadb49ff
Fix ruff issues (#1886)
|
4 months ago |
|
test_walk.py
|
1eaadb49ff
Fix ruff issues (#1886)
|
4 months ago |
|
test_web.py
|
39f9d87583
Fix typo in license preamble: "public" -> "published"
|
6 months ago |
|
test_whitespace.py
|
1eaadb49ff
Fix ruff issues (#1886)
|
4 months ago |
|
test_worktree.py
|
bffdcc3808
Remove porcelain module usage from lower-level tests
|
1 week ago |