Marcel Telka
2023-11-14 82b1e93f0772b27ecd19cf0d969495133ac4b75b
Add dulwich Python project back

7 files added
1 files modified
1998 ■■■■■ changed files
components/meta-packages/history/history 1 ●●●● patch | view | raw | blame | history
components/python/dulwich/Makefile 54 ●●●●● patch | view | raw | blame | history
components/python/dulwich/dulwich-PYVER.p5m 157 ●●●●● patch | view | raw | blame | history
components/python/dulwich/manifests/sample-manifest.p5m 157 ●●●●● patch | view | raw | blame | history
components/python/dulwich/patches/01-no-shebang.patch 9 ●●●●● patch | view | raw | blame | history
components/python/dulwich/pkg5 14 ●●●●● patch | view | raw | blame | history
components/python/dulwich/python-integrate-project.conf 32 ●●●●● patch | view | raw | blame | history
components/python/dulwich/test/results-all.master 1574 ●●●●● patch | view | raw | blame | history
components/meta-packages/history/history
@@ -870,7 +870,6 @@
library/python/dulwich-27@0.14.1,5.11-2020.0.1.4
library/python/dulwich-34@0.14.1,5.11-2020.0.1.2
library/python/dulwich-35@0.14.1,5.11-2020.0.1.4
library/python/dulwich@0.14.1,5.11-2020.0.1.4
library/python/enum-27@1.1.6,5.11-2020.0.1.2
library/python/enum@1.1.6,5.11-2020.0.1.2
library/python/funcsigs-27@1.0.2,5.11-2020.0.1.1
components/python/dulwich/Makefile
New file
@@ -0,0 +1,54 @@
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source.  A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
#
# This file was automatically generated using the following command:
#   $WS_TOOLS/python-integrate-project dulwich
#
BUILD_STYLE = pyproject
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME =        dulwich
HUMAN_VERSION =            0.21.6
COMPONENT_SUMMARY =        dulwich - Python Git Library
COMPONENT_PROJECT_URL =        https://www.dulwich.io/
COMPONENT_ARCHIVE_URL =        \
    https://files.pythonhosted.org/packages/57/e0/1b5f95c2651284a5d4fdfb2cc5ecad57fb694084cce59d9d4acb7ac30ecf/dulwich-0.21.6.tar.gz
COMPONENT_ARCHIVE_HASH =    \
    sha256:30fbe87e8b51f3813c131e2841c86d007434d160bd16db586b40d47f31dd05b0
COMPONENT_LICENSE =        Apache-2.0 OR GPL-2.0-only
COMPONENT_LICENSE_FILE =    COPYING
# see tox.ini
TEST_STYLE = unittest
include $(WS_MAKE_RULES)/common.mk
# see tox.ini
COMPONENT_TEST_TARGETS = dulwich.tests.test_suite
# Normalize pointers
COMPONENT_TEST_TRANSFORMS += "-e 's/0x[0-9a-f]\{12\}/\$$(POINTER)/g'"
# Normalize timetstamps that change with every run
COMPONENT_TEST_TRANSFORMS += "-e 's|\[../.../.... ..:..:..\]|[XX/XXX/XXXX XX:XX:XX]|'"
# Remove line that could be out of order and contains random port number
COMPONENT_TEST_TRANSFORMS += "-e '/^Push to /d'"
# Normalize port
COMPONENT_TEST_TRANSFORMS += "-e 's/\(laddr=('\''127.0.0.1'\'', \)[0-9]\{1,\})/\1\$$(PORT))/'"
# Auto-generated dependencies
PYTHON_REQUIRED_PACKAGES += library/python/setuptools
PYTHON_REQUIRED_PACKAGES += library/python/urllib3
PYTHON_REQUIRED_PACKAGES += library/python/wheel
PYTHON_REQUIRED_PACKAGES += runtime/python
REQUIRED_PACKAGES += system/library
components/python/dulwich/dulwich-PYVER.p5m
New file
@@ -0,0 +1,157 @@
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source.  A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
#
# This file was automatically generated using python-integrate-project
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.human-version value=$(HUMAN_VERSION)
set name=pkg.summary value="$(COMPONENT_SUMMARY)"
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
file path=usr/bin/dul-receive-pack-$(PYVER)
file path=usr/bin/dul-upload-pack-$(PYVER)
file path=usr/bin/dulwich-$(PYVER)
file path=usr/lib/python$(PYVER)/vendor-packages/docs/tutorial/conclusion.txt
file path=usr/lib/python$(PYVER)/vendor-packages/docs/tutorial/encoding.txt
file path=usr/lib/python$(PYVER)/vendor-packages/docs/tutorial/file-format.txt
file path=usr/lib/python$(PYVER)/vendor-packages/docs/tutorial/index.txt
file path=usr/lib/python$(PYVER)/vendor-packages/docs/tutorial/introduction.txt
file path=usr/lib/python$(PYVER)/vendor-packages/docs/tutorial/object-store.txt
file path=usr/lib/python$(PYVER)/vendor-packages/docs/tutorial/porcelain.txt
file path=usr/lib/python$(PYVER)/vendor-packages/docs/tutorial/remote.txt
file path=usr/lib/python$(PYVER)/vendor-packages/docs/tutorial/repo.txt
file path=usr/lib/python$(PYVER)/vendor-packages/docs/tutorial/tag.txt
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich-$(HUMAN_VERSION).dist-info/COPYING
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich-$(HUMAN_VERSION).dist-info/METADATA
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich-$(HUMAN_VERSION).dist-info/WHEEL
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich-$(HUMAN_VERSION).dist-info/entry_points.txt
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich-$(HUMAN_VERSION).dist-info/top_level.txt
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/__main__.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/_diff_tree.c
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/_diff_tree.so
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/_objects.c
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/_objects.so
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/_pack.c
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/_pack.so
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/archive.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/bundle.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/cli.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/client.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/cloud/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/cloud/gcs.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/config.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/contrib/README.md
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/contrib/README.swift.rst
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/contrib/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/contrib/diffstat.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/contrib/paramiko_vendor.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/contrib/release_robot.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/contrib/requests_vendor.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/contrib/swift.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/contrib/test_paramiko_vendor.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/contrib/test_release_robot.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/contrib/test_swift.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/contrib/test_swift_smoke.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/credentials.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/diff_tree.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/errors.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/fastexport.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/file.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/graph.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/greenthreads.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/hooks.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/ignore.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/index.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/lfs.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/line_ending.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/log_utils.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/lru_cache.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/mailmap.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/object_store.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/objects.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/objectspec.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/pack.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/patch.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/porcelain.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/protocol.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/py.typed
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/reflog.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/refs.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/repo.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/server.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/stash.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/stdint.h
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/submodule.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/compat/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/compat/server_utils.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/compat/test_client.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/compat/test_pack.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/compat/test_patch.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/compat/test_porcelain.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/compat/test_repository.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/compat/test_server.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/compat/test_utils.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/compat/test_web.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/compat/utils.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/test_archive.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/test_blackbox.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/test_bundle.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/test_client.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/test_config.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/test_credentials.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/test_diff_tree.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/test_fastexport.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/test_file.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/test_grafts.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/test_graph.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/test_greenthreads.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/test_hooks.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/test_ignore.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/test_index.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/test_lfs.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/test_line_ending.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/test_lru_cache.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/test_mailmap.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/test_missing_obj_finder.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/test_object_store.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/test_objects.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/test_objectspec.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/test_pack.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/test_patch.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/test_porcelain.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/test_protocol.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/test_reflog.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/test_refs.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/test_repository.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/test_server.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/test_stash.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/test_utils.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/test_walk.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/test_web.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/utils.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/walk.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/web.py
# python modules are unusable without python runtime binary
depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    pkg.debug.depend.path=usr/bin
# Automatically generated dependencies based on distribution metadata
depend type=require fmri=pkg:/library/python/urllib3-$(PYV)
components/python/dulwich/manifests/sample-manifest.p5m
New file
@@ -0,0 +1,157 @@
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source.  A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
#
# Copyright 2023 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.human-version value=$(HUMAN_VERSION)
set name=pkg.summary value="$(COMPONENT_SUMMARY)"
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
file path=usr/bin/dul-receive-pack-$(PYVER)
file path=usr/bin/dul-upload-pack-$(PYVER)
file path=usr/bin/dulwich-$(PYVER)
file path=usr/lib/python$(PYVER)/vendor-packages/docs/tutorial/conclusion.txt
file path=usr/lib/python$(PYVER)/vendor-packages/docs/tutorial/encoding.txt
file path=usr/lib/python$(PYVER)/vendor-packages/docs/tutorial/file-format.txt
file path=usr/lib/python$(PYVER)/vendor-packages/docs/tutorial/index.txt
file path=usr/lib/python$(PYVER)/vendor-packages/docs/tutorial/introduction.txt
file path=usr/lib/python$(PYVER)/vendor-packages/docs/tutorial/object-store.txt
file path=usr/lib/python$(PYVER)/vendor-packages/docs/tutorial/porcelain.txt
file path=usr/lib/python$(PYVER)/vendor-packages/docs/tutorial/remote.txt
file path=usr/lib/python$(PYVER)/vendor-packages/docs/tutorial/repo.txt
file path=usr/lib/python$(PYVER)/vendor-packages/docs/tutorial/tag.txt
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich-$(HUMAN_VERSION).dist-info/COPYING
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich-$(HUMAN_VERSION).dist-info/METADATA
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich-$(HUMAN_VERSION).dist-info/WHEEL
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich-$(HUMAN_VERSION).dist-info/entry_points.txt
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich-$(HUMAN_VERSION).dist-info/top_level.txt
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/__main__.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/_diff_tree.c
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/_diff_tree.so
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/_objects.c
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/_objects.so
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/_pack.c
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/_pack.so
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/archive.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/bundle.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/cli.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/client.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/cloud/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/cloud/gcs.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/config.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/contrib/README.md
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/contrib/README.swift.rst
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/contrib/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/contrib/diffstat.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/contrib/paramiko_vendor.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/contrib/release_robot.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/contrib/requests_vendor.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/contrib/swift.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/contrib/test_paramiko_vendor.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/contrib/test_release_robot.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/contrib/test_swift.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/contrib/test_swift_smoke.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/credentials.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/diff_tree.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/errors.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/fastexport.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/file.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/graph.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/greenthreads.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/hooks.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/ignore.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/index.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/lfs.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/line_ending.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/log_utils.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/lru_cache.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/mailmap.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/object_store.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/objects.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/objectspec.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/pack.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/patch.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/porcelain.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/protocol.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/py.typed
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/reflog.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/refs.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/repo.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/server.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/stash.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/stdint.h
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/submodule.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/compat/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/compat/server_utils.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/compat/test_client.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/compat/test_pack.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/compat/test_patch.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/compat/test_porcelain.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/compat/test_repository.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/compat/test_server.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/compat/test_utils.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/compat/test_web.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/compat/utils.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/test_archive.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/test_blackbox.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/test_bundle.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/test_client.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/test_config.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/test_credentials.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/test_diff_tree.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/test_fastexport.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/test_file.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/test_grafts.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/test_graph.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/test_greenthreads.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/test_hooks.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/test_ignore.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/test_index.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/test_lfs.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/test_line_ending.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/test_lru_cache.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/test_mailmap.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/test_missing_obj_finder.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/test_object_store.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/test_objects.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/test_objectspec.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/test_pack.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/test_patch.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/test_porcelain.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/test_protocol.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/test_reflog.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/test_refs.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/test_repository.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/test_server.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/test_stash.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/test_utils.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/test_walk.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/test_web.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/tests/utils.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/walk.py
file path=usr/lib/python$(PYVER)/vendor-packages/dulwich/web.py
# python modules are unusable without python runtime binary
depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    pkg.debug.depend.path=usr/bin
# Automatically generated dependencies based on distribution metadata
depend type=require fmri=pkg:/library/python/urllib3-$(PYV)
components/python/dulwich/patches/01-no-shebang.patch
New file
@@ -0,0 +1,9 @@
https://github.com/jelmer/dulwich/pull/1230
--- dulwich-0.21.6/dulwich/cli.py.orig
+++ dulwich-0.21.6/dulwich/cli.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python3 -u
 #
 # dulwich - Simple command-line interface to Dulwich
 # Copyright (C) 2008-2011 Jelmer Vernooij <jelmer@jelmer.uk>
components/python/dulwich/pkg5
New file
@@ -0,0 +1,14 @@
{
    "dependencies": [
        "library/python/setuptools-39",
        "library/python/urllib3-39",
        "library/python/wheel-39",
        "runtime/python-39",
        "system/library"
    ],
    "fmris": [
        "library/python/dulwich-39",
        "library/python/dulwich"
    ],
    "name": "dulwich"
}
components/python/dulwich/python-integrate-project.conf
New file
@@ -0,0 +1,32 @@
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source.  A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
#
# Copyright 2023 Marcel Telka
#
%patch% 01-no-shebang.patch
%include-2%
# see tox.ini
TEST_STYLE = unittest
%include-3%
# see tox.ini
COMPONENT_TEST_TARGETS = dulwich.tests.test_suite
# Normalize pointers
COMPONENT_TEST_TRANSFORMS += "-e 's/0x[0-9a-f]\{12\}/\$$(POINTER)/g'"
# Normalize timetstamps that change with every run
COMPONENT_TEST_TRANSFORMS += "-e 's|\[../.../.... ..:..:..\]|[XX/XXX/XXXX XX:XX:XX]|'"
# Remove line that could be out of order and contains random port number
COMPONENT_TEST_TRANSFORMS += "-e '/^Push to /d'"
# Normalize port
COMPONENT_TEST_TRANSFORMS += "-e 's/\(laddr=('\''127.0.0.1'\'', \)[0-9]\{1,\})/\1\$$(PORT))/'"
components/python/dulwich/test/results-all.master
New file
@@ -0,0 +1,1574 @@
test_empty (dulwich.tests.test_archive.ArchiveTests) ... ok
test_gzip_mtime (dulwich.tests.test_archive.ArchiveTests) ... ok
test_prefix (dulwich.tests.test_archive.ArchiveTests) ... ok
test_same_file (dulwich.tests.test_archive.ArchiveTests) ... ok
test_simple (dulwich.tests.test_archive.ArchiveTests) ... ok
test_unicode (dulwich.tests.test_archive.ArchiveTests) ... ok
test_basic (dulwich.tests.test_blackbox.GitReceivePackTests) ... ok
test_missing_arg (dulwich.tests.test_blackbox.GitReceivePackTests) ... ok
test_missing_arg (dulwich.tests.test_blackbox.GitUploadPackTests) ... ok
test_roundtrip_bundle (dulwich.tests.test_bundle.BundleTests) ... ok
test_annotated (dulwich.tests.test_client.CheckWantsTests) ... ok
test_fine (dulwich.tests.test_client.CheckWantsTests) ... ok
test_missing (dulwich.tests.test_client.CheckWantsTests) ... ok
test_config_no_proxy (dulwich.tests.test_client.DefaultUrllib3ManagerTest) ... ok
test_config_no_proxy_custom_cls (dulwich.tests.test_client.DefaultUrllib3ManagerTest) ... ok
test_config_no_ssl (dulwich.tests.test_client.DefaultUrllib3ManagerTest) ... ok
test_config_no_verify_ssl (dulwich.tests.test_client.DefaultUrllib3ManagerTest) ... ok
test_config_proxy (dulwich.tests.test_client.DefaultUrllib3ManagerTest) ... ok
test_config_proxy_custom_cls (dulwich.tests.test_client.DefaultUrllib3ManagerTest) ... ok
test_config_ssl (dulwich.tests.test_client.DefaultUrllib3ManagerTest) ... ok
test_environment_empty_proxy (dulwich.tests.test_client.DefaultUrllib3ManagerTest) ... ok
test_environment_no_proxy_1 (dulwich.tests.test_client.DefaultUrllib3ManagerTest) ... ok
test_environment_no_proxy_2 (dulwich.tests.test_client.DefaultUrllib3ManagerTest) ... ok
test_environment_no_proxy_3 (dulwich.tests.test_client.DefaultUrllib3ManagerTest) ... ok
test_environment_no_proxy_4 (dulwich.tests.test_client.DefaultUrllib3ManagerTest) ... ok
test_environment_no_proxy_5 (dulwich.tests.test_client.DefaultUrllib3ManagerTest) ... ok
test_environment_no_proxy_6 (dulwich.tests.test_client.DefaultUrllib3ManagerTest) ... ok
test_environment_no_proxy_ipv4_address_1 (dulwich.tests.test_client.DefaultUrllib3ManagerTest) ... ok
test_environment_no_proxy_ipv4_address_2 (dulwich.tests.test_client.DefaultUrllib3ManagerTest) ... ok
test_environment_no_proxy_ipv4_address_3 (dulwich.tests.test_client.DefaultUrllib3ManagerTest) ... ok
test_environment_no_proxy_ipv6_address_1 (dulwich.tests.test_client.DefaultUrllib3ManagerTest) ... ok
test_environment_no_proxy_ipv6_address_2 (dulwich.tests.test_client.DefaultUrllib3ManagerTest) ... ok
test_environment_no_proxy_ipv6_address_3 (dulwich.tests.test_client.DefaultUrllib3ManagerTest) ... ok
test_environment_proxy (dulwich.tests.test_client.DefaultUrllib3ManagerTest) ... ok
test_no_config (dulwich.tests.test_client.DefaultUrllib3ManagerTest) ... ok
test_eq (dulwich.tests.test_client.FetchPackResultTests) ... ok
test_archive_ack (dulwich.tests.test_client.GitClientTests) ... ok
test_caps (dulwich.tests.test_client.GitClientTests) ... ok
test_fetch_empty (dulwich.tests.test_client.GitClientTests) ... ok
test_fetch_pack_ignores_magic_ref (dulwich.tests.test_client.GitClientTests) ... ok
test_fetch_pack_none (dulwich.tests.test_client.GitClientTests) ... ok
test_send_pack_delete_only (dulwich.tests.test_client.GitClientTests) ... ok
test_send_pack_keep_and_delete (dulwich.tests.test_client.GitClientTests) ... ok
test_send_pack_new_ref (dulwich.tests.test_client.GitClientTests) ... ok
test_send_pack_new_ref_only (dulwich.tests.test_client.GitClientTests) ... ok
test_send_pack_no_deleteref_delete_only (dulwich.tests.test_client.GitClientTests) ... ok
test_send_pack_no_sideband64k_with_update_ref_error (dulwich.tests.test_client.GitClientTests) ... ok
test_send_pack_none (dulwich.tests.test_client.GitClientTests) ... ok
test_match_with_matching_username (dulwich.tests.test_client.GitCredentialStoreTests) ... ok
test_match_without_username (dulwich.tests.test_client.GitCredentialStoreTests) ... ok
test_no_match_with_nonmatching_username (dulwich.tests.test_client.GitCredentialStoreTests) ... ok
test_nonmatching_hostname (dulwich.tests.test_client.GitCredentialStoreTests) ... ok
test_nonmatching_scheme (dulwich.tests.test_client.GitCredentialStoreTests) ... ok
test_from_parsedurl_on_url_with_quoted_credentials (dulwich.tests.test_client.HttpGitClientTests) ... ok
test_from_parsedurl_username_only (dulwich.tests.test_client.HttpGitClientTests) ... ok
test_get_url (dulwich.tests.test_client.HttpGitClientTests) ... ok
test_get_url_bytes_path (dulwich.tests.test_client.HttpGitClientTests) ... ok
test_get_url_with_username_and_passwd (dulwich.tests.test_client.HttpGitClientTests) ... ok
test_init_no_username_passwd (dulwich.tests.test_client.HttpGitClientTests) ... ok
test_init_username_passwd_set (dulwich.tests.test_client.HttpGitClientTests) ... ok
test_init_username_set_no_password (dulwich.tests.test_client.HttpGitClientTests) ... ok
test_smart_request_content_type_with_directive_check (dulwich.tests.test_client.HttpGitClientTests) ... ok
test_url_redirect_location (dulwich.tests.test_client.HttpGitClientTests) ... ok
test_clone (dulwich.tests.test_client.LocalGitClientTests) ... ok
test_fetch_empty (dulwich.tests.test_client.LocalGitClientTests) ... ok
test_fetch_into_empty (dulwich.tests.test_client.LocalGitClientTests) ... ok
test_fetch_pack_none (dulwich.tests.test_client.LocalGitClientTests) ... ok
test_get_refs (dulwich.tests.test_client.LocalGitClientTests) ... ok
test_get_url (dulwich.tests.test_client.LocalGitClientTests) ... ok
test_send_pack_with_changes (dulwich.tests.test_client.LocalGitClientTests) ... ok
test_send_pack_without_changes (dulwich.tests.test_client.LocalGitClientTests) ... ok
test_run_command_dashes (dulwich.tests.test_client.PLinkSSHVendorTests) ... ok
test_run_command_password (dulwich.tests.test_client.PLinkSSHVendorTests) ... ok
test_run_command_password_and_privkey (dulwich.tests.test_client.PLinkSSHVendorTests) ... ok
test_run_command_with_port_username_and_privkey (dulwich.tests.test_client.PLinkSSHVendorTests) ... ok
test_run_with_ssh_command (dulwich.tests.test_client.PLinkSSHVendorTests) ... ok
test_error_line (dulwich.tests.test_client.RemoteErrorFromStderrTests) ... ok
test_no_error_line (dulwich.tests.test_client.RemoteErrorFromStderrTests) ... ok
test_nothing (dulwich.tests.test_client.RemoteErrorFromStderrTests) ... ok
test_invalid_pack (dulwich.tests.test_client.ReportStatusParserTests) ... ok
test_ok (dulwich.tests.test_client.ReportStatusParserTests) ... ok
test_update_refs_error (dulwich.tests.test_client.ReportStatusParserTests) ... ok
test_path (dulwich.tests.test_client.RsyncUrlTests) ... ok
test_simple (dulwich.tests.test_client.RsyncUrlTests) ... ok
test_alternative_command_path (dulwich.tests.test_client.SSHGitClientTests) ... ok
test_alternative_command_path_spaces (dulwich.tests.test_client.SSHGitClientTests) ... ok
test_connect (dulwich.tests.test_client.SSHGitClientTests) ... ok
test_default_command (dulwich.tests.test_client.SSHGitClientTests) ... ok
test_get_url (dulwich.tests.test_client.SSHGitClientTests) ... ok
test_get_url_with_username_and_port (dulwich.tests.test_client.SSHGitClientTests) ... ok
test_ssh_command_precedence (dulwich.tests.test_client.SSHGitClientTests) ... ok
test_run_command_dashes (dulwich.tests.test_client.SubprocessSSHVendorTests) ... ok
test_run_command_password (dulwich.tests.test_client.SubprocessSSHVendorTests) ... ok
test_run_command_password_and_privkey (dulwich.tests.test_client.SubprocessSSHVendorTests) ... ok
test_run_command_with_port_username_and_privkey (dulwich.tests.test_client.SubprocessSSHVendorTests) ... ok
test_run_with_ssh_command (dulwich.tests.test_client.SubprocessSSHVendorTests) ... ok
test_get_url (dulwich.tests.test_client.TCPGitClientTests) ... ok
test_get_url_with_port (dulwich.tests.test_client.TCPGitClientTests) ... ok
test_error (dulwich.tests.test_client.TestGetTransportAndPath) ... ok
test_git_ssh_explicit (dulwich.tests.test_client.TestGetTransportAndPath) ... ok
test_http (dulwich.tests.test_client.TestGetTransportAndPath) ... ok
test_http_auth (dulwich.tests.test_client.TestGetTransportAndPath) ... ok
test_http_auth_with_username (dulwich.tests.test_client.TestGetTransportAndPath) ... ok
test_http_auth_with_username_and_in_url (dulwich.tests.test_client.TestGetTransportAndPath) ... ok
test_http_no_auth (dulwich.tests.test_client.TestGetTransportAndPath) ... ok
test_local (dulwich.tests.test_client.TestGetTransportAndPath) ... ok
test_local_abs_windows_path (dulwich.tests.test_client.TestGetTransportAndPath) ... skipped 'Behaviour only happens on windows.'
test_ssh_abspath_doubleslash (dulwich.tests.test_client.TestGetTransportAndPath) ... ok
test_ssh_explicit (dulwich.tests.test_client.TestGetTransportAndPath) ... ok
test_ssh_host (dulwich.tests.test_client.TestGetTransportAndPath) ... ok
test_ssh_host_relpath (dulwich.tests.test_client.TestGetTransportAndPath) ... ok
test_ssh_implicit (dulwich.tests.test_client.TestGetTransportAndPath) ... ok
test_ssh_port (dulwich.tests.test_client.TestGetTransportAndPath) ... ok
test_ssh_port_explicit (dulwich.tests.test_client.TestGetTransportAndPath) ... ok
test_ssh_relpath (dulwich.tests.test_client.TestGetTransportAndPath) ... ok
test_ssh_user_host (dulwich.tests.test_client.TestGetTransportAndPath) ... ok
test_ssh_user_host_relpath (dulwich.tests.test_client.TestGetTransportAndPath) ... ok
test_tcp (dulwich.tests.test_client.TestGetTransportAndPath) ... ok
test_tcp_port (dulwich.tests.test_client.TestGetTransportAndPath) ... ok
test_username_and_port_explicit (dulwich.tests.test_client.TestGetTransportAndPath) ... ok
test_username_and_port_explicit_unknown_scheme (dulwich.tests.test_client.TestGetTransportAndPath) ... ok
test_error (dulwich.tests.test_client.TestGetTransportAndPathFromUrl) ... ok
test_file (dulwich.tests.test_client.TestGetTransportAndPathFromUrl) ... ok
test_file_win (dulwich.tests.test_client.TestGetTransportAndPathFromUrl) ... ok
test_http (dulwich.tests.test_client.TestGetTransportAndPathFromUrl) ... ok
test_http_port (dulwich.tests.test_client.TestGetTransportAndPathFromUrl) ... ok
test_local_path (dulwich.tests.test_client.TestGetTransportAndPathFromUrl) ... ok
test_ssh_explicit (dulwich.tests.test_client.TestGetTransportAndPathFromUrl) ... ok
test_ssh_homepath (dulwich.tests.test_client.TestGetTransportAndPathFromUrl) ... ok
test_ssh_host_relpath (dulwich.tests.test_client.TestGetTransportAndPathFromUrl) ... ok
test_ssh_port_explicit (dulwich.tests.test_client.TestGetTransportAndPathFromUrl) ... ok
test_ssh_port_homepath (dulwich.tests.test_client.TestGetTransportAndPathFromUrl) ... ok
test_ssh_user_host_relpath (dulwich.tests.test_client.TestGetTransportAndPathFromUrl) ... ok
test_tcp (dulwich.tests.test_client.TestGetTransportAndPathFromUrl) ... ok
test_tcp_port (dulwich.tests.test_client.TestGetTransportAndPathFromUrl) ... ok
test_apply (dulwich.tests.test_config.ApplyInsteadOfTests) ... ok
test_apply_multiple (dulwich.tests.test_config.ApplyInsteadOfTests) ... ok
test_none (dulwich.tests.test_config.ApplyInsteadOfTests) ... ok
test_invalid (dulwich.tests.test_config.CheckSectionNameTests) ... ok
test_valid (dulwich.tests.test_config.CheckSectionNameTests) ... ok
test_invalid (dulwich.tests.test_config.CheckVariableNameTests) ... ok
test_valid (dulwich.tests.test_config.CheckVariableNameTests) ... ok
test_dict (dulwich.tests.test_config.ConfigDictTests) ... ok
test_get_boolean (dulwich.tests.test_config.ConfigDictTests) ... ok
test_get_set (dulwich.tests.test_config.ConfigDictTests) ... ok
test_items (dulwich.tests.test_config.ConfigDictTests) ... ok
test_items_nonexistant (dulwich.tests.test_config.ConfigDictTests) ... ok
test_sections (dulwich.tests.test_config.ConfigDictTests) ... ok
test_closing_bracket_within_section_string (dulwich.tests.test_config.ConfigFileTests) ... ok
test_comment_after_section (dulwich.tests.test_config.ConfigFileTests) ... ok
test_comment_after_variable (dulwich.tests.test_config.ConfigFileTests) ... ok
test_comment_before_section (dulwich.tests.test_config.ConfigFileTests) ... ok
test_comment_character_within_section_string (dulwich.tests.test_config.ConfigFileTests) ... ok
test_comment_character_within_value_string (dulwich.tests.test_config.ConfigFileTests) ... ok
test_default_config (dulwich.tests.test_config.ConfigFileTests) ... ok
test_empty (dulwich.tests.test_config.ConfigFileTests) ... ok
test_empty_line_before_section (dulwich.tests.test_config.ConfigFileTests) ... ok
test_eq (dulwich.tests.test_config.ConfigFileTests) ... ok
test_from_file_empty (dulwich.tests.test_config.ConfigFileTests) ... ok
test_from_file_multiple (dulwich.tests.test_config.ConfigFileTests) ... ok
test_from_file_section (dulwich.tests.test_config.ConfigFileTests) ... ok
test_from_file_section_case_insensitive_lower (dulwich.tests.test_config.ConfigFileTests) ... ok
test_from_file_section_case_insensitive_mixed (dulwich.tests.test_config.ConfigFileTests) ... ok
test_from_file_section_with_open_brackets (dulwich.tests.test_config.ConfigFileTests) ... ok
test_from_file_subsection (dulwich.tests.test_config.ConfigFileTests) ... ok
test_from_file_subsection_invalid (dulwich.tests.test_config.ConfigFileTests) ... ok
test_from_file_subsection_not_quoted (dulwich.tests.test_config.ConfigFileTests) ... ok
test_from_file_utf8_bom (dulwich.tests.test_config.ConfigFileTests) ... ok
test_from_file_value_with_open_quoted (dulwich.tests.test_config.ConfigFileTests) ... ok
test_from_file_with_boolean_setting (dulwich.tests.test_config.ConfigFileTests) ... ok
test_from_file_with_interrupted_line (dulwich.tests.test_config.ConfigFileTests) ... ok
test_from_file_with_mixed_quoted (dulwich.tests.test_config.ConfigFileTests) ... ok
test_from_file_with_quotes (dulwich.tests.test_config.ConfigFileTests) ... ok
test_quoted (dulwich.tests.test_config.ConfigFileTests) ... ok
test_quoted_multiline (dulwich.tests.test_config.ConfigFileTests) ... ok
test_quoted_newlines_windows (dulwich.tests.test_config.ConfigFileTests) ... ok
test_same_line (dulwich.tests.test_config.ConfigFileTests) ... ok
test_set_hash_gets_quoted (dulwich.tests.test_config.ConfigFileTests) ... ok
test_write_preserve_multivar (dulwich.tests.test_config.ConfigFileTests) ... ok
test_write_to_file_empty (dulwich.tests.test_config.ConfigFileTests) ... ok
test_write_to_file_section (dulwich.tests.test_config.ConfigFileTests) ... ok
test_write_to_file_subsection (dulwich.tests.test_config.ConfigFileTests) ... ok
test_backslash (dulwich.tests.test_config.EscapeValueTests) ... ok
test_newline (dulwich.tests.test_config.EscapeValueTests) ... ok
test_nothing (dulwich.tests.test_config.EscapeValueTests) ... ok
test_not_quoted (dulwich.tests.test_config.FormatStringTests) ... ok
test_quoted (dulwich.tests.test_config.FormatStringTests) ... ok
test_newline (dulwich.tests.test_config.ParseStringTests) ... ok
test_not_quoted (dulwich.tests.test_config.ParseStringTests) ... ok
test_nothing (dulwich.tests.test_config.ParseStringTests) ... ok
test_quote (dulwich.tests.test_config.ParseStringTests) ... ok
test_quoted (dulwich.tests.test_config.ParseStringTests) ... ok
test_tab (dulwich.tests.test_config.ParseStringTests) ... ok
test_default_backends (dulwich.tests.test_config.StackedConfigTests) ... ok
test_windows_config_from_path (dulwich.tests.test_config.StackedConfigTests) ... skipped 'Windows specific config location.'
test_windows_config_from_reg (dulwich.tests.test_config.StackedConfigTests) ... skipped 'Windows specific config location.'
testSubmodules (dulwich.tests.test_config.SubmodulesTests) ... ok
test_match_partial_url (dulwich.tests.test_credentials.TestCredentialHelpersUtils) ... ok
test_match_urls (dulwich.tests.test_credentials.TestCredentialHelpersUtils) ... ok
test_urlmatch_credential_sections (dulwich.tests.test_credentials.TestCredentialHelpersUtils) ... ok
test_content_rename_gitlink (dulwich.tests.test_diff_tree.RenameDetectionTest) ... ok
test_content_rename_many_to_many (dulwich.tests.test_diff_tree.RenameDetectionTest) ... ok
test_content_rename_many_to_one (dulwich.tests.test_diff_tree.RenameDetectionTest) ... ok
test_content_rename_max_files (dulwich.tests.test_diff_tree.RenameDetectionTest) ... ok
test_content_rename_one_to_many (dulwich.tests.test_diff_tree.RenameDetectionTest) ... ok
test_content_rename_one_to_one (dulwich.tests.test_diff_tree.RenameDetectionTest) ... ok
test_content_rename_one_to_one_ordering (dulwich.tests.test_diff_tree.RenameDetectionTest) ... ok
test_content_rename_swap (dulwich.tests.test_diff_tree.RenameDetectionTest) ... ok
test_content_rename_with_more_deletions (dulwich.tests.test_diff_tree.RenameDetectionTest) ... ok
test_count_blocks (dulwich.tests.test_diff_tree.RenameDetectionTest) ... ok
test_count_blocks_chunks (dulwich.tests.test_diff_tree.RenameDetectionTest) ... ok
test_count_blocks_chunks_extension (dulwich.tests.test_diff_tree.RenameDetectionTest) ... skipped '<function _count_blocks at $(POINTER)> extension not found'
test_count_blocks_extension (dulwich.tests.test_diff_tree.RenameDetectionTest) ... skipped '<function _count_blocks at $(POINTER)> extension not found'
test_count_blocks_long_lines (dulwich.tests.test_diff_tree.RenameDetectionTest) ... ok
test_count_blocks_long_lines_extension (dulwich.tests.test_diff_tree.RenameDetectionTest) ... skipped '<function _count_blocks at $(POINTER)> extension not found'
test_count_blocks_no_newline (dulwich.tests.test_diff_tree.RenameDetectionTest) ... ok
test_count_blocks_no_newline_extension (dulwich.tests.test_diff_tree.RenameDetectionTest) ... skipped '<function _count_blocks at $(POINTER)> extension not found'
test_exact_copy_change_mode (dulwich.tests.test_diff_tree.RenameDetectionTest) ... ok
test_exact_copy_modify (dulwich.tests.test_diff_tree.RenameDetectionTest) ... ok
test_exact_rename_and_different_type (dulwich.tests.test_diff_tree.RenameDetectionTest) ... ok
test_exact_rename_many_to_many (dulwich.tests.test_diff_tree.RenameDetectionTest) ... ok
test_exact_rename_many_to_one (dulwich.tests.test_diff_tree.RenameDetectionTest) ... ok
test_exact_rename_one_to_many (dulwich.tests.test_diff_tree.RenameDetectionTest) ... ok
test_exact_rename_one_to_one (dulwich.tests.test_diff_tree.RenameDetectionTest) ... ok
test_exact_rename_split_different_type (dulwich.tests.test_diff_tree.RenameDetectionTest) ... ok
test_exact_rename_swap (dulwich.tests.test_diff_tree.RenameDetectionTest) ... ok
test_find_copies_harder_content (dulwich.tests.test_diff_tree.RenameDetectionTest) ... ok
test_find_copies_harder_exact (dulwich.tests.test_diff_tree.RenameDetectionTest) ... ok
test_find_copies_harder_with_rewrites (dulwich.tests.test_diff_tree.RenameDetectionTest) ... ok
test_no_renames (dulwich.tests.test_diff_tree.RenameDetectionTest) ... ok
test_rename_threshold (dulwich.tests.test_diff_tree.RenameDetectionTest) ... ok
test_reuse_detector (dulwich.tests.test_diff_tree.RenameDetectionTest) ... ok
test_rewrite_threshold (dulwich.tests.test_diff_tree.RenameDetectionTest) ... ok
test_similarity_score (dulwich.tests.test_diff_tree.RenameDetectionTest) ... ok
test_similarity_score_cache (dulwich.tests.test_diff_tree.RenameDetectionTest) ... ok
test_tree_entry_sort (dulwich.tests.test_diff_tree.RenameDetectionTest) ... ok
test_want_unchanged (dulwich.tests.test_diff_tree.RenameDetectionTest) ... ok
test_is_tree (dulwich.tests.test_diff_tree.TreeChangesTest) ... ok
test_is_tree_extension (dulwich.tests.test_diff_tree.TreeChangesTest) ... skipped '<function _is_tree at $(POINTER)> extension not found'
test_merge_entries (dulwich.tests.test_diff_tree.TreeChangesTest) ... ok
test_merge_entries_extension (dulwich.tests.test_diff_tree.TreeChangesTest) ... skipped '<function _merge_entries at $(POINTER)> extension not found'
test_tree_changes_add_delete (dulwich.tests.test_diff_tree.TreeChangesTest) ... ok
test_tree_changes_change_type (dulwich.tests.test_diff_tree.TreeChangesTest) ... ok
test_tree_changes_change_type_same (dulwich.tests.test_diff_tree.TreeChangesTest) ... ok
test_tree_changes_complex (dulwich.tests.test_diff_tree.TreeChangesTest) ... ok
test_tree_changes_empty (dulwich.tests.test_diff_tree.TreeChangesTest) ... ok
test_tree_changes_for_merge_add_add_same_conflict (dulwich.tests.test_diff_tree.TreeChangesTest) ... ok
test_tree_changes_for_merge_add_content_rename_conflict (dulwich.tests.test_diff_tree.TreeChangesTest) ... ok
test_tree_changes_for_merge_add_exact_rename_conflict (dulwich.tests.test_diff_tree.TreeChangesTest) ... ok
test_tree_changes_for_merge_add_modify_conflict (dulwich.tests.test_diff_tree.TreeChangesTest) ... ok
test_tree_changes_for_merge_add_no_conflict (dulwich.tests.test_diff_tree.TreeChangesTest) ... ok
test_tree_changes_for_merge_delete_delete_conflict (dulwich.tests.test_diff_tree.TreeChangesTest) ... ok
test_tree_changes_for_merge_delete_no_conflict (dulwich.tests.test_diff_tree.TreeChangesTest) ... ok
test_tree_changes_for_merge_modify_modify_conflict (dulwich.tests.test_diff_tree.TreeChangesTest) ... ok
test_tree_changes_for_merge_modify_no_conflict (dulwich.tests.test_diff_tree.TreeChangesTest) ... ok
test_tree_changes_for_merge_modify_rename_conflict (dulwich.tests.test_diff_tree.TreeChangesTest) ... ok
test_tree_changes_for_merge_octopus_delete (dulwich.tests.test_diff_tree.TreeChangesTest) ... ok
test_tree_changes_for_merge_octopus_modify_conflict (dulwich.tests.test_diff_tree.TreeChangesTest) ... ok
test_tree_changes_for_merge_octopus_no_conflict (dulwich.tests.test_diff_tree.TreeChangesTest) ... ok
test_tree_changes_modify_contents (dulwich.tests.test_diff_tree.TreeChangesTest) ... ok
test_tree_changes_modify_mode (dulwich.tests.test_diff_tree.TreeChangesTest) ... ok
test_tree_changes_name_order (dulwich.tests.test_diff_tree.TreeChangesTest) ... ok
test_tree_changes_no_changes (dulwich.tests.test_diff_tree.TreeChangesTest) ... ok
test_tree_changes_prune (dulwich.tests.test_diff_tree.TreeChangesTest) ... ok
test_tree_changes_rename_detector (dulwich.tests.test_diff_tree.TreeChangesTest) ... ok
test_tree_changes_to_tree (dulwich.tests.test_diff_tree.TreeChangesTest) ... ok
test_emit_blob (dulwich.tests.test_fastexport.GitFastExporterTests) ... skipped 'python-fastimport not available'
test_emit_commit (dulwich.tests.test_fastexport.GitFastExporterTests) ... skipped 'python-fastimport not available'
test_commit_handler (dulwich.tests.test_fastexport.GitImportProcessorTests) ... skipped 'python-fastimport not available'
test_commit_handler_markers (dulwich.tests.test_fastexport.GitImportProcessorTests) ... skipped 'python-fastimport not available'
test_file_add (dulwich.tests.test_fastexport.GitImportProcessorTests) ... skipped 'python-fastimport not available'
test_file_copy (dulwich.tests.test_fastexport.GitImportProcessorTests) ... skipped 'python-fastimport not available'
test_file_delete (dulwich.tests.test_fastexport.GitImportProcessorTests) ... skipped 'python-fastimport not available'
test_file_deleteall (dulwich.tests.test_fastexport.GitImportProcessorTests) ... skipped 'python-fastimport not available'
test_file_move (dulwich.tests.test_fastexport.GitImportProcessorTests) ... skipped 'python-fastimport not available'
test_import_stream (dulwich.tests.test_fastexport.GitImportProcessorTests) ... skipped 'python-fastimport not available'
test_reset_handler (dulwich.tests.test_fastexport.GitImportProcessorTests) ... skipped 'python-fastimport not available'
test_reset_handler_default (dulwich.tests.test_fastexport.GitImportProcessorTests) ... skipped 'python-fastimport not available'
test_reset_handler_marker (dulwich.tests.test_fastexport.GitImportProcessorTests) ... skipped 'python-fastimport not available'
test_dest_exists (dulwich.tests.test_file.FancyRenameTests) ... ok
test_dest_opened (dulwich.tests.test_file.FancyRenameTests) ... skipped 'platform allows overwriting open files'
test_no_dest_exists (dulwich.tests.test_file.FancyRenameTests) ... ok
test_abort (dulwich.tests.test_file.GitFileTests) ... ok
test_abort_close (dulwich.tests.test_file.GitFileTests) ... ok
test_abort_close_removed (dulwich.tests.test_file.GitFileTests) ... ok
test_default_mode (dulwich.tests.test_file.GitFileTests) ... ok
test_invalid (dulwich.tests.test_file.GitFileTests) ... ok
test_open_twice (dulwich.tests.test_file.GitFileTests) ... ok
test_readonly (dulwich.tests.test_file.GitFileTests) ... ok
test_write (dulwich.tests.test_file.GitFileTests) ... ok
test_multiple_hybrid (dulwich.tests.test_grafts.GraftParserTests) ... ok
test_no_grafts (dulwich.tests.test_grafts.GraftParserTests) ... ok
test_no_parents (dulwich.tests.test_grafts.GraftParserTests) ... ok
test_parents (dulwich.tests.test_grafts.GraftParserTests) ... ok
test_multiple_hybrid (dulwich.tests.test_grafts.GraftSerializerTests) ... ok
test_no_grafts (dulwich.tests.test_grafts.GraftSerializerTests) ... ok
test_no_parents (dulwich.tests.test_grafts.GraftSerializerTests) ... ok
test_parents (dulwich.tests.test_grafts.GraftSerializerTests) ... ok
test_existing_parent_graft (dulwich.tests.test_grafts.GraftsInMemoryRepoTests) ... ok
test_no_grafts (dulwich.tests.test_grafts.GraftsInMemoryRepoTests) ... ok
test_no_parents_graft (dulwich.tests.test_grafts.GraftsInMemoryRepoTests) ... ok
test_object_store_fail_invalid_parents (dulwich.tests.test_grafts.GraftsInMemoryRepoTests) ... ok
test_remove_graft (dulwich.tests.test_grafts.GraftsInMemoryRepoTests) ... ok
test_existing_parent_graft (dulwich.tests.test_grafts.GraftsInRepoTests) ... ok
test_init_with_empty_info_grafts (dulwich.tests.test_grafts.GraftsInRepoTests) ... ok
test_init_with_info_grafts (dulwich.tests.test_grafts.GraftsInRepoTests) ... ok
test_no_grafts (dulwich.tests.test_grafts.GraftsInRepoTests) ... ok
test_no_parents_graft (dulwich.tests.test_grafts.GraftsInRepoTests) ... ok
test_object_store_fail_invalid_parents (dulwich.tests.test_grafts.GraftsInRepoTests) ... ok
test_remove_graft (dulwich.tests.test_grafts.GraftsInRepoTests) ... ok
test_diverged (dulwich.tests.test_graph.CanFastForwardTests) ... ok
test_ff (dulwich.tests.test_graph.CanFastForwardTests) ... ok
test_ancestor (dulwich.tests.test_graph.FindMergeBaseTests) ... ok
test_another_crossover (dulwich.tests.test_graph.FindMergeBaseTests) ... ok
test_direct_parent (dulwich.tests.test_graph.FindMergeBaseTests) ... ok
test_multiple_lca (dulwich.tests.test_graph.FindMergeBaseTests) ... ok
test_no_common_ancestor (dulwich.tests.test_graph.FindMergeBaseTests) ... ok
test_octopus (dulwich.tests.test_graph.FindMergeBaseTests) ... ok
test_three_way_merge_lca (dulwich.tests.test_graph.FindMergeBaseTests) ... ok
test_finder (dulwich.tests.test_greenthreads.TestGreenThreadsMissingObjectFinder) ... ok
test_hook_commit_msg (dulwich.tests.test_hooks.ShellHookTests) ... ok
test_hook_post_commit (dulwich.tests.test_hooks.ShellHookTests) ... ok
test_hook_pre_commit (dulwich.tests.test_hooks.ShellHookTests) ... ok
test_ignored_contents (dulwich.tests.test_ignore.IgnoreFilterManagerTests) ... ok
test_load_ignore (dulwich.tests.test_ignore.IgnoreFilterManagerTests) ... ok
test_load_ignore_ignorecase (dulwich.tests.test_ignore.IgnoreFilterManagerTests) ... ok
test_nested_gitignores (dulwich.tests.test_ignore.IgnoreFilterManagerTests) ... ok
test_stack_first (dulwich.tests.test_ignore.IgnoreFilterStackTests) ... ok
test_excluded (dulwich.tests.test_ignore.IgnoreFilterTests) ... ok
test_include_exclude_include (dulwich.tests.test_ignore.IgnoreFilterTests) ... ok
test_included (dulwich.tests.test_ignore.IgnoreFilterTests) ... ok
test_included_ignorecase (dulwich.tests.test_ignore.IgnoreFilterTests) ... ok
test_manpage (dulwich.tests.test_ignore.IgnoreFilterTests) ... ok
test_regex_special (dulwich.tests.test_ignore.IgnoreFilterTests) ... ok
test_matches (dulwich.tests.test_ignore.MatchPatternTests) ... ok
test_no_matches (dulwich.tests.test_ignore.MatchPatternTests) ... ok
test_read_file (dulwich.tests.test_ignore.ReadIgnorePatterns) ... ok
test_translate (dulwich.tests.test_ignore.TranslateTests) ... ok
test_empty (dulwich.tests.test_index.BuildIndexTests) ... ok
test_git_dir (dulwich.tests.test_index.BuildIndexTests) ... ok
test_git_submodule (dulwich.tests.test_index.BuildIndexTests) ... ok
test_git_submodule_exists (dulwich.tests.test_index.BuildIndexTests) ... ok
test_no_decode_encode (dulwich.tests.test_index.BuildIndexTests) ... ok
test_nonempty (dulwich.tests.test_index.BuildIndexTests) ... ok
test_norewrite (dulwich.tests.test_index.BuildIndexTests) ... ok
test_symlink (dulwich.tests.test_index.BuildIndexTests) ... ok
test_dir (dulwich.tests.test_index.CleanupModeTests) ... ok
test_executable (dulwich.tests.test_index.CleanupModeTests) ... ok
test_file (dulwich.tests.test_index.CleanupModeTests) ... ok
test_submodule (dulwich.tests.test_index.CleanupModeTests) ... ok
test_symlink (dulwich.tests.test_index.CleanupModeTests) ... ok
test_nested (dulwich.tests.test_index.CommitTreeTests) ... ok
test_single_blob (dulwich.tests.test_index.CommitTreeTests) ... ok
test_get_unstaged_changes (dulwich.tests.test_index.GetUnstagedChangesTests)
Unit test for get_unstaged_changes. ... ok
test_get_unstaged_changes_removed_replaced_by_directory (dulwich.tests.test_index.GetUnstagedChangesTests)
Unit test for get_unstaged_changes. ... ok
test_get_unstaged_changes_removed_replaced_by_link (dulwich.tests.test_index.GetUnstagedChangesTests)
Unit test for get_unstaged_changes. ... ok
test_get_unstaged_deleted_changes (dulwich.tests.test_index.GetUnstagedChangesTests)
Unit test for get_unstaged_changes. ... ok
test_override_mode (dulwich.tests.test_index.IndexEntryFromStatTests) ... ok
test_simple (dulwich.tests.test_index.IndexEntryFromStatTests) ... ok
test_simple_write (dulwich.tests.test_index.ReadIndexDictTests) ... ok
test_against_empty_tree (dulwich.tests.test_index.SimpleIndexTestCase) ... ok
test_empty (dulwich.tests.test_index.SimpleIndexTestCase) ... ok
test_getitem (dulwich.tests.test_index.SimpleIndexTestCase) ... ok
test_iter (dulwich.tests.test_index.SimpleIndexTestCase) ... ok
test_iterobjects (dulwich.tests.test_index.SimpleIndexTestCase) ... ok
test_len (dulwich.tests.test_index.SimpleIndexTestCase) ... ok
test_simple_write (dulwich.tests.test_index.SimpleIndexWriterTestCase) ... ok
test_fs_to_tree_path_bytes (dulwich.tests.test_index.TestTreeFSPathConversion) ... ok
test_fs_to_tree_path_str (dulwich.tests.test_index.TestTreeFSPathConversion) ... ok
test_tree_to_fs_path (dulwich.tests.test_index.TestTreeFSPathConversion) ... ok
test_default (dulwich.tests.test_index.TestValidatePathElement) ... ok
test_ntfs (dulwich.tests.test_index.TestValidatePathElement) ... ok
test_write_float (dulwich.tests.test_index.WriteCacheTimeTests) ... ok
test_write_int (dulwich.tests.test_index.WriteCacheTimeTests) ... ok
test_write_string (dulwich.tests.test_index.WriteCacheTimeTests) ... ok
test_write_tuple (dulwich.tests.test_index.WriteCacheTimeTests) ... ok
test_create (dulwich.tests.test_lfs.LFSTests) ... ok
test_missing (dulwich.tests.test_lfs.LFSTests) ... ok
test_get_checkin_filter_autocrlf_default (dulwich.tests.test_line_ending.GetLineEndingAutocrlfFilters) ... ok
test_get_checkin_filter_autocrlf_input (dulwich.tests.test_line_ending.GetLineEndingAutocrlfFilters) ... ok
test_get_checkin_filter_autocrlf_true (dulwich.tests.test_line_ending.GetLineEndingAutocrlfFilters) ... ok
test_get_checkout_filter_autocrlf_default (dulwich.tests.test_line_ending.GetLineEndingAutocrlfFilters) ... ok
test_get_checkout_filter_autocrlf_input (dulwich.tests.test_line_ending.GetLineEndingAutocrlfFilters) ... ok
test_get_checkout_filter_autocrlf_true (dulwich.tests.test_line_ending.GetLineEndingAutocrlfFilters) ... ok
test_convert_crlf_to_lf (dulwich.tests.test_line_ending.LineEndingConversion) ... ok
test_convert_crlf_to_lf_mixed (dulwich.tests.test_line_ending.LineEndingConversion) ... ok
test_convert_crlf_to_lf_no_op (dulwich.tests.test_line_ending.LineEndingConversion) ... ok
test_convert_lf_to_crlf (dulwich.tests.test_line_ending.LineEndingConversion) ... ok
test_convert_lf_to_crlf_mixed (dulwich.tests.test_line_ending.LineEndingConversion) ... ok
test_convert_lf_to_crlf_no_op (dulwich.tests.test_line_ending.LineEndingConversion) ... ok
test_normalize_to_crlf (dulwich.tests.test_line_ending.NormalizeBlobTestCase) ... ok
test_normalize_to_crlf_binary (dulwich.tests.test_line_ending.NormalizeBlobTestCase) ... ok
test_normalize_to_crlf_no_op (dulwich.tests.test_line_ending.NormalizeBlobTestCase) ... ok
test_normalize_to_lf (dulwich.tests.test_line_ending.NormalizeBlobTestCase) ... ok
test_normalize_to_lf_binary (dulwich.tests.test_line_ending.NormalizeBlobTestCase) ... ok
test_normalize_to_lf_no_op (dulwich.tests.test_line_ending.NormalizeBlobTestCase) ... ok
test_add__null_key (dulwich.tests.test_lru_cache.TestLRUCache) ... ok
test_after_cleanup_larger_than_max (dulwich.tests.test_lru_cache.TestLRUCache) ... ok
test_after_cleanup_none (dulwich.tests.test_lru_cache.TestLRUCache) ... ok
test_by_usage (dulwich.tests.test_lru_cache.TestLRUCache)
Accessing entries bumps them up in priority. ... ok
test_cache_size (dulwich.tests.test_lru_cache.TestLRUCache) ... ok
test_cleanup (dulwich.tests.test_lru_cache.TestLRUCache)
Test that we can use a cleanup function. ... ok
test_cleanup_2 (dulwich.tests.test_lru_cache.TestLRUCache) ... ok
test_cleanup_on_replace (dulwich.tests.test_lru_cache.TestLRUCache)
Replacing an object should cleanup the old value. ... ok
test_cleanup_shrinks_to_after_clean_count (dulwich.tests.test_lru_cache.TestLRUCache) ... ok
test_get (dulwich.tests.test_lru_cache.TestLRUCache) ... ok
test_keys (dulwich.tests.test_lru_cache.TestLRUCache) ... ok
test_len (dulwich.tests.test_lru_cache.TestLRUCache) ... ok
test_map_None (dulwich.tests.test_lru_cache.TestLRUCache) ... ok
test_missing (dulwich.tests.test_lru_cache.TestLRUCache) ... ok
test_overflow (dulwich.tests.test_lru_cache.TestLRUCache)
Adding extra entries will pop out old ones. ... ok
test_preserve_last_access_order (dulwich.tests.test_lru_cache.TestLRUCache) ... ok
test_resize_larger (dulwich.tests.test_lru_cache.TestLRUCache) ... ok
test_resize_smaller (dulwich.tests.test_lru_cache.TestLRUCache) ... ok
test_add__null_key (dulwich.tests.test_lru_cache.TestLRUSizeCache) ... ok
test_add_tracks_size (dulwich.tests.test_lru_cache.TestLRUSizeCache) ... ok
test_adding_clears_cache_based_on_size (dulwich.tests.test_lru_cache.TestLRUSizeCache)
The cache is cleared in LRU order until small enough. ... ok
test_adding_clears_to_after_cleanup_size (dulwich.tests.test_lru_cache.TestLRUSizeCache) ... ok
test_basic_init (dulwich.tests.test_lru_cache.TestLRUSizeCache) ... ok
test_cleanup (dulwich.tests.test_lru_cache.TestLRUSizeCache) ... ok
test_custom_sizes (dulwich.tests.test_lru_cache.TestLRUSizeCache) ... ok
test_keys (dulwich.tests.test_lru_cache.TestLRUSizeCache) ... ok
test_no_add_over_size (dulwich.tests.test_lru_cache.TestLRUSizeCache)
Adding a large value may not be cached at all. ... ok
test_no_add_over_size_cleanup (dulwich.tests.test_lru_cache.TestLRUSizeCache)
If a large value is not cached, we will call cleanup right away. ... ok
test_remove_tracks_size (dulwich.tests.test_lru_cache.TestLRUSizeCache) ... ok
test_resize_larger (dulwich.tests.test_lru_cache.TestLRUSizeCache) ... ok
test_resize_smaller (dulwich.tests.test_lru_cache.TestLRUSizeCache) ... ok
test_lookup (dulwich.tests.test_mailmap.MailmapTests) ... ok
test_read (dulwich.tests.test_mailmap.ReadMailmapTests) ... ok
test_chunks (dulwich.tests.test_objects.BlobReadTests) ... ok
test_create_blob_from_string (dulwich.tests.test_objects.BlobReadTests) ... ok
test_decompress_simple_blob (dulwich.tests.test_objects.BlobReadTests) ... ok
test_eq (dulwich.tests.test_objects.BlobReadTests) ... ok
test_hash (dulwich.tests.test_objects.BlobReadTests) ... ok
test_legacy_from_file (dulwich.tests.test_objects.BlobReadTests) ... ok
test_legacy_from_file_compression_level (dulwich.tests.test_objects.BlobReadTests) ... ok
test_parse_empty_blob_object (dulwich.tests.test_objects.BlobReadTests) ... ok
test_parse_legacy_blob (dulwich.tests.test_objects.BlobReadTests) ... ok
test_read_commit_from_file (dulwich.tests.test_objects.BlobReadTests) ... ok
test_read_commit_no_parents (dulwich.tests.test_objects.BlobReadTests) ... ok
test_read_commit_two_parents (dulwich.tests.test_objects.BlobReadTests) ... ok
test_read_tag_from_file (dulwich.tests.test_objects.BlobReadTests) ... ok
test_read_tree_from_file (dulwich.tests.test_objects.BlobReadTests) ... ok
test_read_tree_from_file_parse_count (dulwich.tests.test_objects.BlobReadTests) ... ok
test_set_chunks (dulwich.tests.test_objects.BlobReadTests) ... ok
test_splitlines (dulwich.tests.test_objects.BlobReadTests) ... ok
test_stub_sha (dulwich.tests.test_objects.BlobReadTests) ... ok
test_check_hexsha (dulwich.tests.test_objects.CheckTests) ... ok
test_check_identity (dulwich.tests.test_objects.CheckTests) ... ok
test_check (dulwich.tests.test_objects.CommitParseTests) ... ok
test_check_commit_with_overflow_date (dulwich.tests.test_objects.CommitParseTests)
Date with overflow should raise an ObjectFormatException when checked. ... ok
test_check_commit_with_unparseable_time (dulwich.tests.test_objects.CommitParseTests) ... ok
test_check_duplicates (dulwich.tests.test_objects.CommitParseTests) ... ok
test_check_order (dulwich.tests.test_objects.CommitParseTests) ... ok
test_custom (dulwich.tests.test_objects.CommitParseTests) ... ok
test_encoding (dulwich.tests.test_objects.CommitParseTests) ... ok
test_mangled_author_line (dulwich.tests.test_objects.CommitParseTests)
Mangled author line should successfully parse. ... ok
test_parse_gpgsig (dulwich.tests.test_objects.CommitParseTests) ... ok
test_parse_header_trailing_newline (dulwich.tests.test_objects.CommitParseTests) ... ok
test_simple (dulwich.tests.test_objects.CommitParseTests) ... ok
test_deserialize (dulwich.tests.test_objects.CommitSerializationTests) ... ok
test_deserialize_mergetag (dulwich.tests.test_objects.CommitSerializationTests) ... ok
test_deserialize_mergetags (dulwich.tests.test_objects.CommitSerializationTests) ... ok
test_encoding (dulwich.tests.test_objects.CommitSerializationTests) ... ok
test_full_tree (dulwich.tests.test_objects.CommitSerializationTests) ... ok
test_neg_timezone (dulwich.tests.test_objects.CommitSerializationTests) ... ok
test_raw_length (dulwich.tests.test_objects.CommitSerializationTests) ... ok
test_serialize_gpgsig (dulwich.tests.test_objects.CommitSerializationTests) ... ok
test_serialize_mergetag (dulwich.tests.test_objects.CommitSerializationTests) ... ok
test_serialize_mergetags (dulwich.tests.test_objects.CommitSerializationTests) ... ok
test_short_timestamp (dulwich.tests.test_objects.CommitSerializationTests) ... ok
test_simple (dulwich.tests.test_objects.CommitSerializationTests) ... ok
test_timezone (dulwich.tests.test_objects.CommitSerializationTests) ... ok
test_format (dulwich.tests.test_objects.PrettyFormatTreeEntryTests) ... ok
test_blob_copy (dulwich.tests.test_objects.ShaFileCopyTests) ... ok
test_commit_copy (dulwich.tests.test_objects.ShaFileCopyTests) ... ok
test_tag_copy (dulwich.tests.test_objects.ShaFileCopyTests) ... ok
test_tree_copy (dulwich.tests.test_objects.ShaFileCopyTests) ... ok
test_blob_serialize (dulwich.tests.test_objects.ShaFileSerializeTests) ... ok
test_commit_serialize (dulwich.tests.test_objects.ShaFileSerializeTests) ... ok
test_tag_serialize (dulwich.tests.test_objects.ShaFileSerializeTests) ... ok
test_tag_serialize_time_error (dulwich.tests.test_objects.ShaFileSerializeTests) ... ok
test_tree_serialize (dulwich.tests.test_objects.ShaFileSerializeTests) ... ok
test_deflated_smaller_window_buffer (dulwich.tests.test_objects.ShaFileTests) ... ok
test_check (dulwich.tests.test_objects.TagParseTests) ... ok
test_check_duplicates (dulwich.tests.test_objects.TagParseTests) ... ok
test_check_order (dulwich.tests.test_objects.TagParseTests) ... ok
test_check_tag_with_overflow_time (dulwich.tests.test_objects.TagParseTests)
Date with overflow should raise an ObjectFormatException when checked. ... ok
test_check_tag_with_unparseable_field (dulwich.tests.test_objects.TagParseTests) ... ok
test_parse (dulwich.tests.test_objects.TagParseTests) ... ok
test_parse_no_message (dulwich.tests.test_objects.TagParseTests) ... ok
test_parse_no_tagger (dulwich.tests.test_objects.TagParseTests) ... ok
test_tree_copy_after_update (dulwich.tests.test_objects.TagParseTests)
Check Tree.id is correctly updated when the tree is copied after updated. ... ok
test_serialize_none_message (dulwich.tests.test_objects.TagSerializeTests) ... ok
test_serialize_simple (dulwich.tests.test_objects.TagSerializeTests) ... ok
test_reverse (dulwich.tests.test_objects.TestHexToSha) ... ok
test_simple (dulwich.tests.test_objects.TestHexToSha) ... ok
test_format_timezone_cet (dulwich.tests.test_objects.TimezoneTests) ... ok
test_format_timezone_double_negative (dulwich.tests.test_objects.TimezoneTests) ... ok
test_format_timezone_pdt (dulwich.tests.test_objects.TimezoneTests) ... ok
test_format_timezone_pdt_half (dulwich.tests.test_objects.TimezoneTests) ... ok
test_generate_timezone_utc (dulwich.tests.test_objects.TimezoneTests) ... ok
test_generate_timezone_utc_negative (dulwich.tests.test_objects.TimezoneTests) ... ok
test_parse_timezone_cet (dulwich.tests.test_objects.TimezoneTests) ... ok
test_parse_timezone_double_negative (dulwich.tests.test_objects.TimezoneTests) ... ok
test_parse_timezone_pdt (dulwich.tests.test_objects.TimezoneTests) ... ok
test_parse_timezone_pdt_half (dulwich.tests.test_objects.TimezoneTests) ... ok
test_parse_timezone_utc (dulwich.tests.test_objects.TimezoneTests) ... ok
test_parse_timezone_utc_negative (dulwich.tests.test_objects.TimezoneTests) ... ok
test_add (dulwich.tests.test_objects.TreeTests) ... ok
test_check (dulwich.tests.test_objects.TreeTests) ... ok
test_iter (dulwich.tests.test_objects.TreeTests) ... ok
test_parse_tree (dulwich.tests.test_objects.TreeTests) ... ok
test_parse_tree_extension (dulwich.tests.test_objects.TreeTests) ... skipped '<function parse_tree at $(POINTER)> extension not found'
test_simple (dulwich.tests.test_objects.TreeTests) ... ok
test_sorted_tree_items (dulwich.tests.test_objects.TreeTests) ... ok
test_sorted_tree_items_extension (dulwich.tests.test_objects.TreeTests) ... skipped '<function sorted_tree_items at $(POINTER)> extension not found'
test_sorted_tree_items_name_order (dulwich.tests.test_objects.TreeTests) ... ok
test_sorted_tree_items_name_order_extension (dulwich.tests.test_objects.TreeTests) ... skipped '<function sorted_tree_items at $(POINTER)> extension not found'
test_tree_items_dir_sort (dulwich.tests.test_objects.TreeTests) ... ok
test_tree_iteritems_dir_sort (dulwich.tests.test_objects.TreeTests) ... ok
test_tree_update_id (dulwich.tests.test_objects.TreeTests) ... ok
test_commit_by_sha (dulwich.tests.test_objectspec.ParseCommitRangeTests) ... ok
test_nonexistent (dulwich.tests.test_objectspec.ParseCommitRangeTests) ... ok
test_commit_by_sha (dulwich.tests.test_objectspec.ParseCommitTests) ... ok
test_commit_by_short_sha (dulwich.tests.test_objectspec.ParseCommitTests) ... ok
test_nonexistent (dulwich.tests.test_objectspec.ParseCommitTests) ... ok
test_blob_by_sha (dulwich.tests.test_objectspec.ParseObjectTests) ... ok
test_nonexistent (dulwich.tests.test_objectspec.ParseObjectTests) ... ok
test_ambiguous_head (dulwich.tests.test_objectspec.ParseRefTests) ... ok
test_ambiguous_ref (dulwich.tests.test_objectspec.ParseRefTests) ... ok
test_ambiguous_ref2 (dulwich.tests.test_objectspec.ParseRefTests) ... ok
test_ambiguous_remote (dulwich.tests.test_objectspec.ParseRefTests) ... ok
test_ambiguous_remote_head (dulwich.tests.test_objectspec.ParseRefTests) ... ok
test_ambiguous_tag (dulwich.tests.test_objectspec.ParseRefTests) ... ok
test_heads_full (dulwich.tests.test_objectspec.ParseRefTests) ... ok
test_heads_partial (dulwich.tests.test_objectspec.ParseRefTests) ... ok
test_nonexistent (dulwich.tests.test_objectspec.ParseRefTests) ... ok
test_tags_partial (dulwich.tests.test_objectspec.ParseRefTests) ... ok
test_full (dulwich.tests.test_objectspec.ParseRefsTests) ... ok
test_head (dulwich.tests.test_objectspec.ParseRefsTests) ... ok
test_nonexistent (dulwich.tests.test_objectspec.ParseRefsTests) ... ok
test_default_with_string (dulwich.tests.test_objectspec.ParseReftupleTests) ... ok
test_full (dulwich.tests.test_objectspec.ParseReftupleTests) ... ok
test_head (dulwich.tests.test_objectspec.ParseReftupleTests) ... ok
test_no_left_ref (dulwich.tests.test_objectspec.ParseReftupleTests) ... ok
test_no_right_ref (dulwich.tests.test_objectspec.ParseReftupleTests) ... ok
test_nonexistent (dulwich.tests.test_objectspec.ParseReftupleTests) ... ok
test_full (dulwich.tests.test_objectspec.ParseReftuplesTests) ... ok
test_head (dulwich.tests.test_objectspec.ParseReftuplesTests) ... ok
test_nonexistent (dulwich.tests.test_objectspec.ParseReftuplesTests) ... ok
test_from_commit (dulwich.tests.test_objectspec.ParseTreeTests) ... ok
test_from_ref (dulwich.tests.test_objectspec.ParseTreeTests) ... ok
test_nonexistent (dulwich.tests.test_objectspec.ParseTreeTests) ... ok
test_add_blob (dulwich.tests.test_object_store.CommitTreeChangesTests) ... ok
test_add_blob_in_dir (dulwich.tests.test_object_store.CommitTreeChangesTests) ... ok
test_delete_blob (dulwich.tests.test_object_store.CommitTreeChangesTests) ... ok
test_no_changes (dulwich.tests.test_object_store.CommitTreeChangesTests) ... ok
test_add_alternate_path (dulwich.tests.test_object_store.DiskObjectStoreTests) ... ok
test_add_commit (dulwich.tests.test_object_store.DiskObjectStoreTests) ... ok
test_add_object (dulwich.tests.test_object_store.DiskObjectStoreTests) ... ok
test_add_objects (dulwich.tests.test_object_store.DiskObjectStoreTests) ... ok
test_add_objects_empty (dulwich.tests.test_object_store.DiskObjectStoreTests) ... ok
test_add_pack (dulwich.tests.test_object_store.DiskObjectStoreTests) ... ok
test_add_thin_pack (dulwich.tests.test_object_store.DiskObjectStoreTests) ... ok
test_add_thin_pack_empty (dulwich.tests.test_object_store.DiskObjectStoreTests) ... ok
test_alternates (dulwich.tests.test_object_store.DiskObjectStoreTests) ... ok
test_close (dulwich.tests.test_object_store.DiskObjectStoreTests) ... ok
test_contains_nonexistant (dulwich.tests.test_object_store.DiskObjectStoreTests) ... ok
test_corrupted_object_raise_exception (dulwich.tests.test_object_store.DiskObjectStoreTests)
Corrupted sha1 disk file should raise specific exception. ... ok
test_determine_wants_all (dulwich.tests.test_object_store.DiskObjectStoreTests) ... ok
test_determine_wants_all_depth (dulwich.tests.test_object_store.DiskObjectStoreTests) ... ok
test_determine_wants_all_zero (dulwich.tests.test_object_store.DiskObjectStoreTests) ... ok
test_empty_packs (dulwich.tests.test_object_store.DiskObjectStoreTests) ... ok
test_file_modes (dulwich.tests.test_object_store.DiskObjectStoreTests) ... ok
test_get_depth (dulwich.tests.test_object_store.DiskObjectStoreTests) ... ok
test_get_nonexistant (dulwich.tests.test_object_store.DiskObjectStoreTests) ... ok
test_get_raw (dulwich.tests.test_object_store.DiskObjectStoreTests) ... ok
test_iter (dulwich.tests.test_object_store.DiskObjectStoreTests) ... ok
test_iter_tree_contents (dulwich.tests.test_object_store.DiskObjectStoreTests) ... ok
test_iter_tree_contents_include_trees (dulwich.tests.test_object_store.DiskObjectStoreTests) ... ok
test_loose_compression_level (dulwich.tests.test_object_store.DiskObjectStoreTests) ... ok
test_pack_dir (dulwich.tests.test_object_store.DiskObjectStoreTests) ... ok
test_pack_loose_objects (dulwich.tests.test_object_store.DiskObjectStoreTests) ... ok
test_peel_sha (dulwich.tests.test_object_store.DiskObjectStoreTests) ... ok
test_read_alternate_paths (dulwich.tests.test_object_store.DiskObjectStoreTests) ... ok
test_rel_alternative_path (dulwich.tests.test_object_store.DiskObjectStoreTests) ... ok
test_repack (dulwich.tests.test_object_store.DiskObjectStoreTests) ... ok
test_repack_existing (dulwich.tests.test_object_store.DiskObjectStoreTests) ... ok
test_store_resilience (dulwich.tests.test_object_store.DiskObjectStoreTests)
Test if updating an existing stored object doesn't erase the ... ok
test_tempfile_in_loose_store (dulwich.tests.test_object_store.DiskObjectStoreTests) ... ok
test_tree_changes (dulwich.tests.test_object_store.DiskObjectStoreTests) ... ok
test_add_commit (dulwich.tests.test_object_store.MemoryObjectStoreTests) ... ok
test_add_object (dulwich.tests.test_object_store.MemoryObjectStoreTests) ... ok
test_add_objects (dulwich.tests.test_object_store.MemoryObjectStoreTests) ... ok
test_add_objects_empty (dulwich.tests.test_object_store.MemoryObjectStoreTests) ... ok
test_add_pack (dulwich.tests.test_object_store.MemoryObjectStoreTests) ... ok
test_add_pack_emtpy (dulwich.tests.test_object_store.MemoryObjectStoreTests) ... ok
test_add_thin_pack (dulwich.tests.test_object_store.MemoryObjectStoreTests) ... ok
test_add_thin_pack_empty (dulwich.tests.test_object_store.MemoryObjectStoreTests) ... ok
test_close (dulwich.tests.test_object_store.MemoryObjectStoreTests) ... ok
test_contains_nonexistant (dulwich.tests.test_object_store.MemoryObjectStoreTests) ... ok
test_determine_wants_all (dulwich.tests.test_object_store.MemoryObjectStoreTests) ... ok
test_determine_wants_all_depth (dulwich.tests.test_object_store.MemoryObjectStoreTests) ... ok
test_determine_wants_all_zero (dulwich.tests.test_object_store.MemoryObjectStoreTests) ... ok
test_get_depth (dulwich.tests.test_object_store.MemoryObjectStoreTests) ... ok
test_get_nonexistant (dulwich.tests.test_object_store.MemoryObjectStoreTests) ... ok
test_get_raw (dulwich.tests.test_object_store.MemoryObjectStoreTests) ... ok
test_iter (dulwich.tests.test_object_store.MemoryObjectStoreTests) ... ok
test_iter_tree_contents (dulwich.tests.test_object_store.MemoryObjectStoreTests) ... ok
test_iter_tree_contents_include_trees (dulwich.tests.test_object_store.MemoryObjectStoreTests) ... ok
test_peel_sha (dulwich.tests.test_object_store.MemoryObjectStoreTests) ... ok
test_store_resilience (dulwich.tests.test_object_store.MemoryObjectStoreTests)
Test if updating an existing stored object doesn't erase the ... ok
test_tree_changes (dulwich.tests.test_object_store.MemoryObjectStoreTests) ... ok
test_ack_invalid_value (dulwich.tests.test_object_store.ObjectStoreGraphWalkerTests) ... ok
test_child_ack_later (dulwich.tests.test_object_store.ObjectStoreGraphWalkerTests) ... ok
test_descends (dulwich.tests.test_object_store.ObjectStoreGraphWalkerTests) ... ok
test_empty (dulwich.tests.test_object_store.ObjectStoreGraphWalkerTests) ... ok
test_only_once (dulwich.tests.test_object_store.ObjectStoreGraphWalkerTests) ... ok
test_parent_present (dulwich.tests.test_object_store.ObjectStoreGraphWalkerTests) ... ok
test_present (dulwich.tests.test_object_store.ObjectStoreGraphWalkerTests) ... ok
test_add_commit (dulwich.tests.test_object_store.OverlayObjectStoreTests) ... ok
test_add_object (dulwich.tests.test_object_store.OverlayObjectStoreTests) ... ok
test_add_objects (dulwich.tests.test_object_store.OverlayObjectStoreTests) ... ok
test_add_objects_empty (dulwich.tests.test_object_store.OverlayObjectStoreTests) ... ok
test_close (dulwich.tests.test_object_store.OverlayObjectStoreTests) ... ok
test_contains_nonexistant (dulwich.tests.test_object_store.OverlayObjectStoreTests) ... ok
test_determine_wants_all (dulwich.tests.test_object_store.OverlayObjectStoreTests) ... ok
test_determine_wants_all_depth (dulwich.tests.test_object_store.OverlayObjectStoreTests) ... ok
test_determine_wants_all_zero (dulwich.tests.test_object_store.OverlayObjectStoreTests) ... ok
test_get_depth (dulwich.tests.test_object_store.OverlayObjectStoreTests) ... ok
test_get_nonexistant (dulwich.tests.test_object_store.OverlayObjectStoreTests) ... ok
test_get_raw (dulwich.tests.test_object_store.OverlayObjectStoreTests) ... ok
test_iter (dulwich.tests.test_object_store.OverlayObjectStoreTests) ... ok
test_iter_tree_contents (dulwich.tests.test_object_store.OverlayObjectStoreTests) ... ok
test_iter_tree_contents_include_trees (dulwich.tests.test_object_store.OverlayObjectStoreTests) ... ok
test_peel_sha (dulwich.tests.test_object_store.OverlayObjectStoreTests) ... ok
test_store_resilience (dulwich.tests.test_object_store.OverlayObjectStoreTests)
Test if updating an existing stored object doesn't erase the ... ok
test_tree_changes (dulwich.tests.test_object_store.OverlayObjectStoreTests) ... ok
test_read_packs (dulwich.tests.test_object_store.TestReadPacksFile) ... ok
test_lookup_blob (dulwich.tests.test_object_store.TreeLookupPathTests) ... ok
test_lookup_nonexistent (dulwich.tests.test_object_store.TreeLookupPathTests) ... ok
test_lookup_not_tree (dulwich.tests.test_object_store.TreeLookupPathTests) ... ok
test_lookup_submodule (dulwich.tests.test_object_store.TreeLookupPathTests) ... ok
test_lookup_tree (dulwich.tests.test_object_store.TreeLookupPathTests) ... ok
test_1_to_2 (dulwich.tests.test_missing_obj_finder.MOFLinearRepoTest) ... ok
test_1_to_3 (dulwich.tests.test_missing_obj_finder.MOFLinearRepoTest) ... ok
test_2_to_3 (dulwich.tests.test_missing_obj_finder.MOFLinearRepoTest) ... ok
test_bogus_haves (dulwich.tests.test_missing_obj_finder.MOFLinearRepoTest)
Ensure non-existent SHA in haves are tolerated. ... ok
test_bogus_wants_failure (dulwich.tests.test_missing_obj_finder.MOFLinearRepoTest)
Ensure non-existent SHA in wants are not tolerated. ... ok
test_no_changes (dulwich.tests.test_missing_obj_finder.MOFLinearRepoTest) ... ok
test_have1_want6 (dulwich.tests.test_missing_obj_finder.MOFMergeForkRepoTest) ... ok
test_have3_want6 (dulwich.tests.test_missing_obj_finder.MOFMergeForkRepoTest) ... ok
test_have4_want7 (dulwich.tests.test_missing_obj_finder.MOFMergeForkRepoTest) ... ok
test_have5_want7 (dulwich.tests.test_missing_obj_finder.MOFMergeForkRepoTest) ... ok
test_have6_want7 (dulwich.tests.test_missing_obj_finder.MOFMergeForkRepoTest) ... ok
test_tagged_blob (dulwich.tests.test_missing_obj_finder.MOFTagsTest) ... ok
test_tagged_commit (dulwich.tests.test_missing_obj_finder.MOFTagsTest) ... ok
test_tagged_tag (dulwich.tests.test_missing_obj_finder.MOFTagsTest) ... ok
test_tagged_tagged_blob (dulwich.tests.test_missing_obj_finder.MOFTagsTest) ... ok
test_tagged_tree (dulwich.tests.test_missing_obj_finder.MOFTagsTest) ... ok
test_bad_ext_ref_non_thin_pack (dulwich.tests.test_pack.DeltaChainIteratorTests) ... ok
test_bad_ext_ref_thin_pack (dulwich.tests.test_pack.DeltaChainIteratorTests) ... ok
test_branchy_chain (dulwich.tests.test_pack.DeltaChainIteratorTests) ... ok
test_ext_ref (dulwich.tests.test_pack.DeltaChainIteratorTests) ... ok
test_ext_ref_chain (dulwich.tests.test_pack.DeltaChainIteratorTests) ... ok
test_ext_ref_chain_degenerate (dulwich.tests.test_pack.DeltaChainIteratorTests) ... ok
test_ext_ref_multiple_times (dulwich.tests.test_pack.DeltaChainIteratorTests) ... ok
test_long_chain (dulwich.tests.test_pack.DeltaChainIteratorTests) ... ok
test_mixed_chain (dulwich.tests.test_pack.DeltaChainIteratorTests) ... ok
test_multiple_ext_refs (dulwich.tests.test_pack.DeltaChainIteratorTests) ... ok
test_no_deltas (dulwich.tests.test_pack.DeltaChainIteratorTests) ... ok
test_ofs_and_ref_deltas (dulwich.tests.test_pack.DeltaChainIteratorTests) ... ok
test_ofs_deltas (dulwich.tests.test_pack.DeltaChainIteratorTests) ... ok
test_ofs_deltas_chain (dulwich.tests.test_pack.DeltaChainIteratorTests) ... ok
test_ref_deltas (dulwich.tests.test_pack.DeltaChainIteratorTests) ... ok
test_ref_deltas_chain (dulwich.tests.test_pack.DeltaChainIteratorTests) ... ok
test_basic (dulwich.tests.test_pack.DeltaEncodeSizeTests) ... ok
test_empty (dulwich.tests.test_pack.DeltifyTests) ... ok
test_simple_delta (dulwich.tests.test_pack.DeltifyTests) ... ok
test_single (dulwich.tests.test_pack.DeltifyTests) ... ok
test_basic (dulwich.tests.test_pack.EncodeCopyOperationTests) ... ok
test_get_stored_checksum (dulwich.tests.test_pack.PackIndexTests) ... ok
test_index_check (dulwich.tests.test_pack.PackIndexTests) ... ok
test_index_len (dulwich.tests.test_pack.PackIndexTests) ... ok
test_iter (dulwich.tests.test_pack.PackIndexTests) ... ok
test_iterentries (dulwich.tests.test_pack.PackIndexTests) ... ok
test_object_offset (dulwich.tests.test_pack.PackIndexTests)
Tests that the correct object offset is returned from the index. ... ok
test_object_sha1 (dulwich.tests.test_pack.PackIndexTests)
Tests that the correct object offset is returned from the index. ... ok
test_decompress_buffer_size_1 (dulwich.tests.test_pack.ReadZlibTests) ... ok
test_decompress_buffer_size_2 (dulwich.tests.test_pack.ReadZlibTests) ... ok
test_decompress_buffer_size_3 (dulwich.tests.test_pack.ReadZlibTests) ... ok
test_decompress_buffer_size_4 (dulwich.tests.test_pack.ReadZlibTests) ... ok
test_decompress_empty (dulwich.tests.test_pack.ReadZlibTests) ... ok
test_decompress_include_comp (dulwich.tests.test_pack.ReadZlibTests) ... ok
test_decompress_no_crc32 (dulwich.tests.test_pack.ReadZlibTests) ... ok
test_decompress_size (dulwich.tests.test_pack.ReadZlibTests) ... ok
test_decompress_truncated (dulwich.tests.test_pack.ReadZlibTests) ... ok
test_simple_decompress (dulwich.tests.test_pack.ReadZlibTests) ... ok
test_empty (dulwich.tests.test_pack.TestMemoryIndexWriting) ... ok
test_large (dulwich.tests.test_pack.TestMemoryIndexWriting) ... ok
test_single (dulwich.tests.test_pack.TestMemoryIndexWriting) ... ok
test_checksum_mismatch (dulwich.tests.test_pack.TestPack) ... ok
test_commit_obj (dulwich.tests.test_pack.TestPack) ... ok
test_contains (dulwich.tests.test_pack.TestPack) ... ok
test_copy (dulwich.tests.test_pack.TestPack) ... ok
test_get (dulwich.tests.test_pack.TestPack) ... ok
test_get_object_at (dulwich.tests.test_pack.TestPack)
Tests random access for non-delta objects. ... ok
test_iter (dulwich.tests.test_pack.TestPack) ... ok
test_iterobjects (dulwich.tests.test_pack.TestPack) ... ok
test_iterobjects_2 (dulwich.tests.test_pack.TestPack) ... ok
test_iterobjects_subset (dulwich.tests.test_pack.TestPack) ... ok
test_keep_message (dulwich.tests.test_pack.TestPack) ... ok
test_keep_no_message (dulwich.tests.test_pack.TestPack) ... ok
test_len (dulwich.tests.test_pack.TestPack) ... ok
test_length_mismatch (dulwich.tests.test_pack.TestPack) ... ok
test_name (dulwich.tests.test_pack.TestPack) ... ok
test_pack_tuples (dulwich.tests.test_pack.TestPack) ... ok
test_compute_file_sha (dulwich.tests.test_pack.TestPackData) ... ok
test_compute_file_sha_short_file (dulwich.tests.test_pack.TestPackData) ... ok
test_create_index_v1 (dulwich.tests.test_pack.TestPackData) ... ok
test_create_index_v2 (dulwich.tests.test_pack.TestPackData) ... ok
test_create_pack (dulwich.tests.test_pack.TestPackData) ... ok
test_from_file (dulwich.tests.test_pack.TestPackData) ... ok
test_index_check (dulwich.tests.test_pack.TestPackData) ... ok
test_iter_unpacked (dulwich.tests.test_pack.TestPackData) ... ok
test_iterentries (dulwich.tests.test_pack.TestPackData) ... ok
test_pack_len (dulwich.tests.test_pack.TestPackData) ... ok
test_change (dulwich.tests.test_pack.TestPackDeltas) ... ok
test_dest_overflow (dulwich.tests.test_pack.TestPackDeltas) ... ok
test_empty_to_big (dulwich.tests.test_pack.TestPackDeltas) ... ok
test_empty_to_huge (dulwich.tests.test_pack.TestPackDeltas) ... ok
test_huge_copy (dulwich.tests.test_pack.TestPackDeltas) ... ok
test_nochange (dulwich.tests.test_pack.TestPackDeltas) ... ok
test_nochange_huge (dulwich.tests.test_pack.TestPackDeltas) ... ok
test_pypy_issue (dulwich.tests.test_pack.TestPackDeltas) ... ok
test_rewrite (dulwich.tests.test_pack.TestPackDeltas) ... ok
test_empty (dulwich.tests.test_pack.TestPackIndexWritingv1) ... ok
test_large (dulwich.tests.test_pack.TestPackIndexWritingv1) ... ok
test_single (dulwich.tests.test_pack.TestPackIndexWritingv1) ... ok
test_empty (dulwich.tests.test_pack.TestPackIndexWritingv2) ... ok
test_large (dulwich.tests.test_pack.TestPackIndexWritingv2) ... ok
test_single (dulwich.tests.test_pack.TestPackIndexWritingv2) ... ok
test_read_objects (dulwich.tests.test_pack.TestPackStreamReader) ... ok
test_read_objects_buffered (dulwich.tests.test_pack.TestPackStreamReader) ... ok
test_read_objects_empty (dulwich.tests.test_pack.TestPackStreamReader) ... ok
test_read_objects_emtpy (dulwich.tests.test_pack.TestPackStreamReader) ... ok
test_get_raw (dulwich.tests.test_pack.TestThinPack) ... ok
test_get_unpacked_object (dulwich.tests.test_pack.TestThinPack) ... ok
test_iterobjects (dulwich.tests.test_pack.TestThinPack) ... ok
test_write_pack_header (dulwich.tests.test_pack.WritePackTests) ... ok
test_write_pack_object (dulwich.tests.test_pack.WritePackTests) ... ok
test_write_pack_object_compression_level (dulwich.tests.test_pack.WritePackTests) ... ok
test_write_pack_object_sha (dulwich.tests.test_pack.WritePackTests) ... ok
test_blob_add (dulwich.tests.test_patch.DiffTests) ... ok
test_blob_diff (dulwich.tests.test_patch.DiffTests) ... ok
test_blob_remove (dulwich.tests.test_patch.DiffTests) ... ok
test_object_diff_add_bin_blob (dulwich.tests.test_patch.DiffTests) ... ok
test_object_diff_add_blob (dulwich.tests.test_patch.DiffTests) ... ok
test_object_diff_bin_blob (dulwich.tests.test_patch.DiffTests) ... ok
test_object_diff_bin_blob_force (dulwich.tests.test_patch.DiffTests) ... ok
test_object_diff_blob (dulwich.tests.test_patch.DiffTests) ... ok
test_object_diff_kind_change (dulwich.tests.test_patch.DiffTests) ... ok
test_object_diff_remove_bin_blob (dulwich.tests.test_patch.DiffTests) ... ok
test_object_diff_remove_blob (dulwich.tests.test_patch.DiffTests) ... ok
test_tree_diff (dulwich.tests.test_patch.DiffTests) ... ok
test_tree_diff_submodule (dulwich.tests.test_patch.DiffTests) ... ok
test_simple (dulwich.tests.test_patch.GetSummaryTests) ... ok
test_extract_bytes (dulwich.tests.test_patch.ReadGitAmPatch) ... ok
test_extract_mercurial (dulwich.tests.test_patch.ReadGitAmPatch) ... skipped "git_am_patch_split doesn't handle Mercurial patches properly yet"
test_extract_no_version_tail (dulwich.tests.test_patch.ReadGitAmPatch) ... ok
test_extract_pseudo_from_header (dulwich.tests.test_patch.ReadGitAmPatch) ... ok
test_extract_spaces (dulwich.tests.test_patch.ReadGitAmPatch) ... ok
test_extract_string (dulwich.tests.test_patch.ReadGitAmPatch) ... ok
test_simple_bytesio (dulwich.tests.test_patch.WriteCommitPatchTests) ... ok
test_simple (dulwich.tests.test_porcelain.ActiveBranchTests) ... ok
test_add_default_paths (dulwich.tests.test_porcelain.AddTests) ... ok
test_add_default_paths_subdir (dulwich.tests.test_porcelain.AddTests) ... ok
test_add_file (dulwich.tests.test_porcelain.AddTests) ... ok
test_add_file_absolute_path (dulwich.tests.test_porcelain.AddTests) ... ok
test_add_file_clrf_conversion (dulwich.tests.test_porcelain.AddTests) ... ok
test_add_ignored (dulwich.tests.test_porcelain.AddTests) ... ok
test_add_not_in_repo (dulwich.tests.test_porcelain.AddTests) ... ok
test_simple (dulwich.tests.test_porcelain.ArchiveTests) ... ok
test_branch_exists (dulwich.tests.test_porcelain.BranchCreateTests) ... ok
test_new_branch (dulwich.tests.test_porcelain.BranchCreateTests) ... ok
test_simple (dulwich.tests.test_porcelain.BranchDeleteTests) ... ok
test_simple_unicode (dulwich.tests.test_porcelain.BranchDeleteTests) ... ok
test_new_branch (dulwich.tests.test_porcelain.BranchListTests) ... ok
test_standard (dulwich.tests.test_porcelain.BranchListTests) ... ok
test_check_added_abs (dulwich.tests.test_porcelain.CheckIgnoreTests) ... ok
test_check_added_rel (dulwich.tests.test_porcelain.CheckIgnoreTests) ... ok
test_check_ignored (dulwich.tests.test_porcelain.CheckIgnoreTests) ... ok
test_checkout_remote_branch (dulwich.tests.test_porcelain.CheckoutTests) ... ok
test_checkout_remote_branch_then_master_then_remote_branch_again (dulwich.tests.test_porcelain.CheckoutTests) ... ok
test_checkout_to_branch_with_added_files (dulwich.tests.test_porcelain.CheckoutTests) ... ok
test_checkout_to_branch_with_file_in_sub_directory (dulwich.tests.test_porcelain.CheckoutTests) ... ok
test_checkout_to_branch_with_modified_file_not_present (dulwich.tests.test_porcelain.CheckoutTests) ... ok
test_checkout_to_branch_with_modified_file_not_present_forced (dulwich.tests.test_porcelain.CheckoutTests) ... ok
test_checkout_to_branch_with_modified_files (dulwich.tests.test_porcelain.CheckoutTests) ... ok
test_checkout_to_branch_with_multiple_files_in_sub_directory (dulwich.tests.test_porcelain.CheckoutTests) ... ok
test_checkout_to_branch_with_new_files (dulwich.tests.test_porcelain.CheckoutTests) ... ok
test_checkout_to_branch_with_unstaged_files (dulwich.tests.test_porcelain.CheckoutTests) ... ok
test_checkout_to_branch_with_untracked_files (dulwich.tests.test_porcelain.CheckoutTests) ... ok
test_checkout_to_commit_sha (dulwich.tests.test_porcelain.CheckoutTests) ... ok
test_checkout_to_existing_branch (dulwich.tests.test_porcelain.CheckoutTests) ... ok
test_checkout_to_head (dulwich.tests.test_porcelain.CheckoutTests) ... ok
test_checkout_to_non_existing_branch (dulwich.tests.test_porcelain.CheckoutTests) ... ok
test_checkout_with_deleted_files (dulwich.tests.test_porcelain.CheckoutTests) ... ok
test_from_root (dulwich.tests.test_porcelain.CleanTests) ... ok
test_from_subdir (dulwich.tests.test_porcelain.CleanTests) ... ok
test_bare_local_with_checkout (dulwich.tests.test_porcelain.CloneTests) ... ok
test_detached_head (dulwich.tests.test_porcelain.CloneTests) ... ok
test_fetch_symref (dulwich.tests.test_porcelain.CloneTests) ... ok
test_no_checkout_with_bare (dulwich.tests.test_porcelain.CloneTests) ... ok
test_no_head_no_checkout (dulwich.tests.test_porcelain.CloneTests) ... ok
test_no_head_no_checkout_outstream_errstream_autofallback (dulwich.tests.test_porcelain.CloneTests) ... ok
test_simple_local (dulwich.tests.test_porcelain.CloneTests) ... ok
test_simple_local_with_checkout (dulwich.tests.test_porcelain.CloneTests) ... ok
test_source_broken (dulwich.tests.test_porcelain.CloneTests) ... ok
test_default_key (dulwich.tests.test_porcelain.CommitSignTests) ... skipped 'gpg is not available'
test_non_default_key (dulwich.tests.test_porcelain.CommitSignTests) ... skipped 'gpg is not available'
test_custom_author (dulwich.tests.test_porcelain.CommitTests) ... ok
test_no_verify (dulwich.tests.test_porcelain.CommitTests) ... ok
test_timezone (dulwich.tests.test_porcelain.CommitTests) ... ok
test_unicode (dulwich.tests.test_porcelain.CommitTests) ... ok
test_simple (dulwich.tests.test_porcelain.CommitTreeTests) ... ok
test_no_commits (dulwich.tests.test_porcelain.DescribeTests) ... ok
test_single_commit (dulwich.tests.test_porcelain.DescribeTests) ... ok
test_tag (dulwich.tests.test_porcelain.DescribeTests) ... ok
test_tag_and_commit (dulwich.tests.test_porcelain.DescribeTests) ... ok
test_tag_and_commit_full (dulwich.tests.test_porcelain.DescribeTests) ... ok
test_empty (dulwich.tests.test_porcelain.DiffTreeTests) ... ok
test_simple (dulwich.tests.test_porcelain.FetchTests) ... ok
test_with_remote_name (dulwich.tests.test_porcelain.FetchTests) ... ok
test_simple (dulwich.tests.test_porcelain.FindUniqueAbbrevTests) ... ok
test_git_dir (dulwich.tests.test_porcelain.FsckTests) ... ok
test_none (dulwich.tests.test_porcelain.FsckTests) ... ok
test_encoding (dulwich.tests.test_porcelain.GetObjectByPathTests) ... ok
test_missing (dulwich.tests.test_porcelain.GetObjectByPathTests) ... ok
test_simple (dulwich.tests.test_porcelain.GetObjectByPathTests) ... ok
test_bare (dulwich.tests.test_porcelain.InitTests) ... ok
test_non_bare (dulwich.tests.test_porcelain.InitTests) ... ok
test_max_entries (dulwich.tests.test_porcelain.LogTests) ... ok
test_simple (dulwich.tests.test_porcelain.LogTests) ... ok
test_empty (dulwich.tests.test_porcelain.LsFilesTests) ... ok
test_simple (dulwich.tests.test_porcelain.LsFilesTests) ... ok
test_empty (dulwich.tests.test_porcelain.LsRemoteTests) ... ok
test_some (dulwich.tests.test_porcelain.LsRemoteTests) ... ok
test_empty (dulwich.tests.test_porcelain.LsTreeTests) ... ok
test_recursive (dulwich.tests.test_porcelain.LsTreeTests) ... ok
test_simple (dulwich.tests.test_porcelain.LsTreeTests) ... ok
test_mailmap_lookup (dulwich.tests.test_porcelain.MailmapTests) ... ok
test_no_mailmap (dulwich.tests.test_porcelain.MailmapTests) ... ok
test_all (dulwich.tests.test_porcelain.PackRefsTests) ... ok
test_not_all (dulwich.tests.test_porcelain.PackRefsTests) ... ok
test_path_to_tree_path_base (dulwich.tests.test_porcelain.PathToTreeTests) ... ok
test_path_to_tree_path_error (dulwich.tests.test_porcelain.PathToTreeTests) ... ok
test_path_to_tree_path_rel (dulwich.tests.test_porcelain.PathToTreeTests) ... ok
test_path_to_tree_path_syntax (dulwich.tests.test_porcelain.PathToTreeTests) ... ok
test_diverged (dulwich.tests.test_porcelain.PullTests) ... ok
test_no_refspec (dulwich.tests.test_porcelain.PullTests) ... ok
test_no_remote_location (dulwich.tests.test_porcelain.PullTests) ... ok
test_simple (dulwich.tests.test_porcelain.PullTests) ... ok
test_delete (dulwich.tests.test_porcelain.PushTests)
Basic test of porcelain push, removing a branch. ... ok
test_diverged (dulwich.tests.test_porcelain.PushTests) ... ok
test_local_missing (dulwich.tests.test_porcelain.PushTests)
Pushing a new branch. ... ok
test_new (dulwich.tests.test_porcelain.PushTests)
Pushing a new branch. ... ok
test_simple (dulwich.tests.test_porcelain.PushTests)
Basic test of porcelain push where self.repo is the remote.  First ... ok
test_receive_pack (dulwich.tests.test_porcelain.ReceivePackTests) ... ok
test_exists (dulwich.tests.test_porcelain.RemoteAddTests) ... ok
test_new (dulwich.tests.test_porcelain.RemoteAddTests) ... ok
test_remove (dulwich.tests.test_porcelain.RemoteRemoveTests) ... ok
test_remove_file (dulwich.tests.test_porcelain.RemoveTests) ... ok
test_remove_file_removed_on_disk (dulwich.tests.test_porcelain.RemoveTests) ... ok
test_remove_file_staged (dulwich.tests.test_porcelain.RemoveTests) ... ok
test_empty (dulwich.tests.test_porcelain.RepackTests) ... ok
test_simple (dulwich.tests.test_porcelain.RepackTests) ... ok
test_reset_modify_file_to_commit (dulwich.tests.test_porcelain.ResetFileTests) ... ok
test_reset_remove_file_to_commit (dulwich.tests.test_porcelain.ResetFileTests) ... ok
test_resetfile_with_dir (dulwich.tests.test_porcelain.ResetFileTests) ... ok
test_hard_commit (dulwich.tests.test_porcelain.ResetTests) ... ok
test_hard_head (dulwich.tests.test_porcelain.ResetTests) ... ok
test_simple (dulwich.tests.test_porcelain.RevListTests) ... ok
test_pull (dulwich.tests.test_porcelain.ServerTests) ... 127.0.0.1 - - [XX/XXX/XXXX XX:XX:XX] "GET /info/refs?service=git-upload-pack HTTP/1.1" 200 285
counting objects: 2, done.
127.0.0.1 - - [XX/XXX/XXXX XX:XX:XX] "POST /git-upload-pack HTTP/1.1" 200 258
copying pack entries: 0/2 copying pack entries: 1/2 copied 1 pack entries
generating index: 0/2 generating index: 1/2 ok
test_push (dulwich.tests.test_porcelain.ServerTests) ... 127.0.0.1 - - [XX/XXX/XXXX XX:XX:XX] "GET /info/refs?service=git-receive-pack HTTP/1.1" 200 195
127.0.0.1 - - [XX/XXX/XXXX XX:XX:XX] "POST /git-receive-pack HTTP/1.1" 200 52
Ref refs/heads/master updated
ok
test_blob (dulwich.tests.test_porcelain.ShowTests) ... ok
test_commit_no_parent (dulwich.tests.test_porcelain.ShowTests) ... ok
test_commit_with_change (dulwich.tests.test_porcelain.ShowTests) ... ok
test_nolist (dulwich.tests.test_porcelain.ShowTests) ... ok
test_simple (dulwich.tests.test_porcelain.ShowTests) ... ok
test_tag (dulwich.tests.test_porcelain.ShowTests) ... ok
test_empty (dulwich.tests.test_porcelain.StatusTests) ... ok
test_get_tree_changes_add (dulwich.tests.test_porcelain.StatusTests)
Unit test for get_tree_changes add. ... ok
test_get_tree_changes_delete (dulwich.tests.test_porcelain.StatusTests)
Unit test for get_tree_changes delete. ... ok
test_get_tree_changes_modify (dulwich.tests.test_porcelain.StatusTests)
Unit test for get_tree_changes modify. ... ok
test_get_untracked_paths (dulwich.tests.test_porcelain.StatusTests) ... ok
test_get_untracked_paths_invalid_untracked_files (dulwich.tests.test_porcelain.StatusTests) ... ok
test_get_untracked_paths_normal (dulwich.tests.test_porcelain.StatusTests) ... ok
test_get_untracked_paths_subdir (dulwich.tests.test_porcelain.StatusTests) ... ok
test_get_untracked_paths_subrepo (dulwich.tests.test_porcelain.StatusTests) ... ok
test_status_all (dulwich.tests.test_porcelain.StatusTests) ... ok
test_status_autocrlf_input (dulwich.tests.test_porcelain.StatusTests) ... ok
test_status_autocrlf_true (dulwich.tests.test_porcelain.StatusTests) ... ok
test_status_base (dulwich.tests.test_porcelain.StatusTests)
Integration test for `status` functionality. ... ok
test_status_crlf_mismatch (dulwich.tests.test_porcelain.StatusTests) ... ok
test_status_untracked_path (dulwich.tests.test_porcelain.StatusTests) ... ok
test_status_wrong_untracked_files_value (dulwich.tests.test_porcelain.StatusTests) ... ok
test_add (dulwich.tests.test_porcelain.SubmoduleTests) ... ok
test_empty (dulwich.tests.test_porcelain.SubmoduleTests) ... ok
test_init (dulwich.tests.test_porcelain.SubmoduleTests) ... ok
test_set_force_wrong_symbolic_ref (dulwich.tests.test_porcelain.SymbolicRefTests) ... ok
test_set_symbolic_ref (dulwich.tests.test_porcelain.SymbolicRefTests) ... ok
test_set_symbolic_ref_other_than_master (dulwich.tests.test_porcelain.SymbolicRefTests) ... ok
test_set_wrong_symbolic_ref (dulwich.tests.test_porcelain.SymbolicRefTests) ... ok
test_default_key (dulwich.tests.test_porcelain.TagCreateSignTests) ... skipped 'gpg is not available'
test_non_default_key (dulwich.tests.test_porcelain.TagCreateSignTests) ... skipped 'gpg is not available'
test_annotated (dulwich.tests.test_porcelain.TagCreateTests) ... ok
test_unannotated (dulwich.tests.test_porcelain.TagCreateTests) ... ok
test_unannotated_unicode (dulwich.tests.test_porcelain.TagCreateTests) ... ok
test_simple (dulwich.tests.test_porcelain.TagDeleteTests) ... ok
test_empty (dulwich.tests.test_porcelain.TagListTests) ... ok
test_simple (dulwich.tests.test_porcelain.TagListTests) ... ok
test_different_envs (dulwich.tests.test_porcelain.TimezoneTests) ... ok
test_internal_format (dulwich.tests.test_porcelain.TimezoneTests) ... ok
test_iso8601 (dulwich.tests.test_porcelain.TimezoneTests) ... ok
test_missing_or_malformed (dulwich.tests.test_porcelain.TimezoneTests) ... ok
test_no_envs (dulwich.tests.test_porcelain.TimezoneTests) ... ok
test_rfc_2822 (dulwich.tests.test_porcelain.TimezoneTests) ... ok
test_set_new_branch (dulwich.tests.test_porcelain.UpdateHeadTests) ... ok
test_set_to_branch (dulwich.tests.test_porcelain.UpdateHeadTests) ... ok
test_set_to_branch_detached (dulwich.tests.test_porcelain.UpdateHeadTests) ... ok
test_set_to_commit_detached (dulwich.tests.test_porcelain.UpdateHeadTests) ... ok
test_simple (dulwich.tests.test_porcelain.UpdateServerInfoTests) ... ok
test_upload_pack (dulwich.tests.test_porcelain.UploadPackTests) ... ok
test_simple (dulwich.tests.test_porcelain.WriteTreeTests) ... ok
test_flush_empty (dulwich.tests.test_protocol.BufferedPktLineWriterTests) ... ok
test_write (dulwich.tests.test_protocol.BufferedPktLineWriterTests) ... ok
test_write_across_boundary (dulwich.tests.test_protocol.BufferedPktLineWriterTests) ... ok
test_write_multiple (dulwich.tests.test_protocol.BufferedPktLineWriterTests) ... ok
test_write_none (dulwich.tests.test_protocol.BufferedPktLineWriterTests) ... ok
test_write_to_boundary (dulwich.tests.test_protocol.BufferedPktLineWriterTests) ... ok
test_ack_type (dulwich.tests.test_protocol.CapabilitiesTestCase) ... ok
test_caps (dulwich.tests.test_protocol.CapabilitiesTestCase) ... ok
test_caps_want_line (dulwich.tests.test_protocol.CapabilitiesTestCase) ... ok
test_plain (dulwich.tests.test_protocol.CapabilitiesTestCase) ... ok
test_plain_want_line (dulwich.tests.test_protocol.CapabilitiesTestCase) ... ok
test_multiple_packets (dulwich.tests.test_protocol.PktLineParserTests) ... ok
test_none (dulwich.tests.test_protocol.PktLineParserTests) ... ok
test_small_fragments (dulwich.tests.test_protocol.PktLineParserTests) ... ok
test_eof (dulwich.tests.test_protocol.ProtocolTests) ... ok
test_read_cmd (dulwich.tests.test_protocol.ProtocolTests) ... ok
test_read_cmd_noend0 (dulwich.tests.test_protocol.ProtocolTests) ... ok
test_read_pkt_line (dulwich.tests.test_protocol.ProtocolTests) ... ok
test_read_pkt_line_none (dulwich.tests.test_protocol.ProtocolTests) ... ok
test_read_pkt_line_wrong_size (dulwich.tests.test_protocol.ProtocolTests) ... ok
test_read_pkt_seq (dulwich.tests.test_protocol.ProtocolTests) ... ok
test_send_cmd (dulwich.tests.test_protocol.ProtocolTests) ... ok
test_unread_pkt_line (dulwich.tests.test_protocol.ProtocolTests) ... ok
test_write_pkt_line (dulwich.tests.test_protocol.ProtocolTests) ... ok
test_write_pkt_line_none (dulwich.tests.test_protocol.ProtocolTests) ... ok
test_write_sideband (dulwich.tests.test_protocol.ProtocolTests) ... ok
test_eof (dulwich.tests.test_protocol.ReceivableProtocolTests) ... ok
test_mixed (dulwich.tests.test_protocol.ReceivableProtocolTests) ... ok
test_read_cmd (dulwich.tests.test_protocol.ReceivableProtocolTests) ... ok
test_read_cmd_noend0 (dulwich.tests.test_protocol.ReceivableProtocolTests) ... ok
test_read_pkt_line (dulwich.tests.test_protocol.ReceivableProtocolTests) ... ok
test_read_pkt_line_none (dulwich.tests.test_protocol.ReceivableProtocolTests) ... ok
test_read_pkt_line_wrong_size (dulwich.tests.test_protocol.ReceivableProtocolTests) ... ok
test_read_pkt_seq (dulwich.tests.test_protocol.ReceivableProtocolTests) ... ok
test_read_recv (dulwich.tests.test_protocol.ReceivableProtocolTests) ... ok
test_recv (dulwich.tests.test_protocol.ReceivableProtocolTests) ... ok
test_recv_read (dulwich.tests.test_protocol.ReceivableProtocolTests) ... ok
test_send_cmd (dulwich.tests.test_protocol.ReceivableProtocolTests) ... ok
test_unread_pkt_line (dulwich.tests.test_protocol.ReceivableProtocolTests) ... ok
test_write_pkt_line (dulwich.tests.test_protocol.ReceivableProtocolTests) ... ok
test_write_pkt_line_none (dulwich.tests.test_protocol.ReceivableProtocolTests) ... ok
test_write_sideband (dulwich.tests.test_protocol.ReceivableProtocolTests) ... ok
test_drop_entry (dulwich.tests.test_reflog.ReflogDropTests) ... ok
test_drop_entry_with_rewrite (dulwich.tests.test_reflog.ReflogDropTests) ... ok
test_invalid (dulwich.tests.test_reflog.ReflogDropTests) ... ok
test_format (dulwich.tests.test_reflog.ReflogLineTests) ... ok
test_parse (dulwich.tests.test_reflog.ReflogLineTests) ... ok
test_invalid (dulwich.tests.test_refs.CheckRefFormatTests) ... ok
test_valid (dulwich.tests.test_refs.CheckRefFormatTests) ... ok
test_add_if_new (dulwich.tests.test_refs.DictRefsContainerTests) ... ok
test_as_dict (dulwich.tests.test_refs.DictRefsContainerTests) ... ok
test_check_refname (dulwich.tests.test_refs.DictRefsContainerTests) ... ok
test_contains (dulwich.tests.test_refs.DictRefsContainerTests) ... ok
test_delitem (dulwich.tests.test_refs.DictRefsContainerTests) ... ok
test_get_symrefs (dulwich.tests.test_refs.DictRefsContainerTests) ... ok
test_import_refs_name (dulwich.tests.test_refs.DictRefsContainerTests) ... ok
test_import_refs_name_prune (dulwich.tests.test_refs.DictRefsContainerTests) ... ok
test_invalid_refname (dulwich.tests.test_refs.DictRefsContainerTests) ... ok
test_iter (dulwich.tests.test_refs.DictRefsContainerTests) ... ok
test_keys (dulwich.tests.test_refs.DictRefsContainerTests) ... ok
test_remove_if_equals (dulwich.tests.test_refs.DictRefsContainerTests) ... ok
test_set_if_equals (dulwich.tests.test_refs.DictRefsContainerTests) ... ok
test_set_symbolic_ref (dulwich.tests.test_refs.DictRefsContainerTests) ... ok
test_set_symbolic_ref_overwrite (dulwich.tests.test_refs.DictRefsContainerTests) ... ok
test_setitem (dulwich.tests.test_refs.DictRefsContainerTests) ... ok
test_add_if_new (dulwich.tests.test_refs.DiskRefsContainerTests) ... ok
test_add_if_new_packed (dulwich.tests.test_refs.DiskRefsContainerTests) ... ok
test_add_if_new_symbolic (dulwich.tests.test_refs.DiskRefsContainerTests) ... ok
test_add_packed_refs (dulwich.tests.test_refs.DiskRefsContainerTests) ... ok
test_as_dict (dulwich.tests.test_refs.DiskRefsContainerTests) ... ok
test_check_refname (dulwich.tests.test_refs.DiskRefsContainerTests) ... ok
test_contains (dulwich.tests.test_refs.DiskRefsContainerTests) ... ok
test_cyrillic (dulwich.tests.test_refs.DiskRefsContainerTests) ... ok
test_delete_refs_container (dulwich.tests.test_refs.DiskRefsContainerTests) ... ok
test_delitem (dulwich.tests.test_refs.DiskRefsContainerTests) ... ok
test_delitem_symbolic (dulwich.tests.test_refs.DiskRefsContainerTests) ... ok
test_follow (dulwich.tests.test_refs.DiskRefsContainerTests) ... ok
test_get_packed_refs (dulwich.tests.test_refs.DiskRefsContainerTests) ... ok
test_get_peeled_not_packed (dulwich.tests.test_refs.DiskRefsContainerTests) ... ok
test_get_symrefs (dulwich.tests.test_refs.DiskRefsContainerTests) ... ok
test_import_refs_name (dulwich.tests.test_refs.DiskRefsContainerTests) ... ok
test_import_refs_name_prune (dulwich.tests.test_refs.DiskRefsContainerTests) ... ok
test_iter (dulwich.tests.test_refs.DiskRefsContainerTests) ... ok
test_keys (dulwich.tests.test_refs.DiskRefsContainerTests) ... ok
test_non_ascii (dulwich.tests.test_refs.DiskRefsContainerTests) ... ok
test_read_loose_ref (dulwich.tests.test_refs.DiskRefsContainerTests) ... ok
test_read_ref (dulwich.tests.test_refs.DiskRefsContainerTests) ... ok
test_remove_if_equals (dulwich.tests.test_refs.DiskRefsContainerTests) ... ok
test_remove_if_equals_packed (dulwich.tests.test_refs.DiskRefsContainerTests) ... ok
test_remove_if_equals_symref (dulwich.tests.test_refs.DiskRefsContainerTests) ... ok
test_remove_packed_without_peeled (dulwich.tests.test_refs.DiskRefsContainerTests) ... ok
test_remove_parent (dulwich.tests.test_refs.DiskRefsContainerTests) ... ok
test_set_if_equals (dulwich.tests.test_refs.DiskRefsContainerTests) ... ok
test_set_overwrite_loop (dulwich.tests.test_refs.DiskRefsContainerTests) ... ok
test_set_symbolic_ref (dulwich.tests.test_refs.DiskRefsContainerTests) ... ok
test_set_symbolic_ref_overwrite (dulwich.tests.test_refs.DiskRefsContainerTests) ... ok
test_setitem (dulwich.tests.test_refs.DiskRefsContainerTests) ... ok
test_setitem_packed (dulwich.tests.test_refs.DiskRefsContainerTests) ... ok
test_setitem_symbolic (dulwich.tests.test_refs.DiskRefsContainerTests) ... ok
test_as_dict (dulwich.tests.test_refs.InfoRefsContainerTests) ... ok
test_contains (dulwich.tests.test_refs.InfoRefsContainerTests) ... ok
test_get_peeled (dulwich.tests.test_refs.InfoRefsContainerTests) ... ok
test_invalid_refname (dulwich.tests.test_refs.InfoRefsContainerTests) ... ok
test_keys (dulwich.tests.test_refs.InfoRefsContainerTests) ... ok
test_read_with_peeled (dulwich.tests.test_refs.PackedRefsFileTests) ... ok
test_read_with_peeled_errors (dulwich.tests.test_refs.PackedRefsFileTests) ... ok
test_read_without_peeled (dulwich.tests.test_refs.PackedRefsFileTests) ... ok
test_read_without_peeled_errors (dulwich.tests.test_refs.PackedRefsFileTests) ... ok
test_split_ref_line_errors (dulwich.tests.test_refs.PackedRefsFileTests) ... ok
test_write_with_peeled (dulwich.tests.test_refs.PackedRefsFileTests) ... ok
test_write_without_peeled (dulwich.tests.test_refs.PackedRefsFileTests) ... ok
test_invalid (dulwich.tests.test_refs.ParseSymrefValueTests) ... ok
test_valid (dulwich.tests.test_refs.ParseSymrefValueTests) ... ok
test_strip_peeled_refs (dulwich.tests.test_refs.StripPeeledRefsTests) ... ok
test_build_repo (dulwich.tests.test_repository.BuildRepoRootTests) ... ok
test_commit_branch (dulwich.tests.test_repository.BuildRepoRootTests) ... ok
test_commit_config_identity (dulwich.tests.test_repository.BuildRepoRootTests) ... ok
test_commit_config_identity_from_env (dulwich.tests.test_repository.BuildRepoRootTests) ... ok
test_commit_config_identity_in_memoryrepo (dulwich.tests.test_repository.BuildRepoRootTests) ... ok
test_commit_config_identity_strips_than (dulwich.tests.test_repository.BuildRepoRootTests) ... ok
test_commit_dangling_commit (dulwich.tests.test_repository.BuildRepoRootTests) ... ok
test_commit_dangling_commit_with_parents (dulwich.tests.test_repository.BuildRepoRootTests) ... ok
test_commit_deleted (dulwich.tests.test_repository.BuildRepoRootTests) ... ok
test_commit_encoding (dulwich.tests.test_repository.BuildRepoRootTests) ... ok
test_commit_encoding_from_config (dulwich.tests.test_repository.BuildRepoRootTests) ... ok
test_commit_fail_ref (dulwich.tests.test_repository.BuildRepoRootTests) ... ok
test_commit_follows (dulwich.tests.test_repository.BuildRepoRootTests) ... ok
test_commit_merge_heads (dulwich.tests.test_repository.BuildRepoRootTests) ... ok
test_commit_merge_heads_file (dulwich.tests.test_repository.BuildRepoRootTests) ... ok
test_commit_modified (dulwich.tests.test_repository.BuildRepoRootTests) ... ok
test_commit_no_encode_decode (dulwich.tests.test_repository.BuildRepoRootTests) ... ok
test_commit_symlink (dulwich.tests.test_repository.BuildRepoRootTests) ... ok
test_compression_level (dulwich.tests.test_repository.BuildRepoRootTests) ... ok
test_discover_intended (dulwich.tests.test_repository.BuildRepoRootTests) ... ok
test_discover_isrepo (dulwich.tests.test_repository.BuildRepoRootTests) ... ok
test_discover_notrepo (dulwich.tests.test_repository.BuildRepoRootTests) ... ok
test_get_shallow (dulwich.tests.test_repository.BuildRepoRootTests) ... ok
test_repositoryformatversion_1 (dulwich.tests.test_repository.BuildRepoRootTests) ... ok
test_repositoryformatversion_1_extension (dulwich.tests.test_repository.BuildRepoRootTests) ... ok
test_repositoryformatversion_unsupported (dulwich.tests.test_repository.BuildRepoRootTests) ... ok
test_reset_index (dulwich.tests.test_repository.BuildRepoRootTests) ... ok
test_stage_absolute (dulwich.tests.test_repository.BuildRepoRootTests) ... ok
test_stage_deleted (dulwich.tests.test_repository.BuildRepoRootTests) ... ok
test_stage_directory (dulwich.tests.test_repository.BuildRepoRootTests) ... ok
test_stage_submodule (dulwich.tests.test_repository.BuildRepoRootTests) ... ok
test_unstage_add_file (dulwich.tests.test_repository.BuildRepoRootTests) ... ok
test_unstage_midify_file_with_dir (dulwich.tests.test_repository.BuildRepoRootTests) ... ok
test_unstage_modify_file (dulwich.tests.test_repository.BuildRepoRootTests) ... ok
test_unstage_remove_file (dulwich.tests.test_repository.BuildRepoRootTests) ... ok
test_unstage_while_no_commit (dulwich.tests.test_repository.BuildRepoRootTests) ... ok
test_update_shallow (dulwich.tests.test_repository.BuildRepoRootTests) ... ok
test_worktreeconfig_extension (dulwich.tests.test_repository.BuildRepoRootTests) ... ok
test_invalid (dulwich.tests.test_repository.CheckUserIdentityTests) ... ok
test_valid (dulwich.tests.test_repository.CheckUserIdentityTests) ... ok
test_create_disk_bare (dulwich.tests.test_repository.CreateRepositoryTests) ... ok
test_create_disk_bare_mkdir (dulwich.tests.test_repository.CreateRepositoryTests) ... ok
test_create_disk_non_bare (dulwich.tests.test_repository.CreateRepositoryTests) ... ok
test_create_disk_non_bare_mkdir (dulwich.tests.test_repository.CreateRepositoryTests) ... ok
test_create_memory (dulwich.tests.test_repository.CreateRepositoryTests) ... ok
test_pull_into (dulwich.tests.test_repository.MemoryRepoTests) ... ok
test_set_description (dulwich.tests.test_repository.MemoryRepoTests) ... ok
test_as_dict (dulwich.tests.test_repository.RepositoryRootTests) ... ok
test_clone (dulwich.tests.test_repository.RepositoryRootTests) ... ok
test_clone_bare (dulwich.tests.test_repository.RepositoryRootTests) ... ok
test_clone_branch (dulwich.tests.test_repository.RepositoryRootTests) ... ok
test_clone_checkout_and_bare (dulwich.tests.test_repository.RepositoryRootTests) ... ok
test_clone_empty (dulwich.tests.test_repository.RepositoryRootTests)
Test clone() doesn't crash if HEAD points to a non-existing ref. ... ok
test_clone_invalid_branch (dulwich.tests.test_repository.RepositoryRootTests) ... ok
test_clone_no_head (dulwich.tests.test_repository.RepositoryRootTests) ... ok
test_clone_tag (dulwich.tests.test_repository.RepositoryRootTests) ... ok
test_common_revisions (dulwich.tests.test_repository.RepositoryRootTests)
This test demonstrates that ``find_common_revisions()`` actually ... ok
test_contains_missing (dulwich.tests.test_repository.RepositoryRootTests) ... ok
test_contains_object (dulwich.tests.test_repository.RepositoryRootTests) ... ok
test_contains_ref (dulwich.tests.test_repository.RepositoryRootTests) ... ok
test_delitem (dulwich.tests.test_repository.RepositoryRootTests) ... ok
test_fetch (dulwich.tests.test_repository.RepositoryRootTests) ... ok
test_fetch_ignores_missing_refs (dulwich.tests.test_repository.RepositoryRootTests) ... $(@D)/dulwich/refs.py:1281: UserWarning: ref refs/heads/blah points at non-present sha 1234566789123456789123567891234657373833
  warnings.warn(
ok
test_get_config (dulwich.tests.test_repository.RepositoryRootTests) ... ok
test_get_config_stack (dulwich.tests.test_repository.RepositoryRootTests) ... ok
test_get_description (dulwich.tests.test_repository.RepositoryRootTests) ... ok
test_get_no_description (dulwich.tests.test_repository.RepositoryRootTests) ... ok
test_get_object (dulwich.tests.test_repository.RepositoryRootTests) ... ok
test_get_object_non_existant (dulwich.tests.test_repository.RepositoryRootTests) ... ok
test_get_parents (dulwich.tests.test_repository.RepositoryRootTests) ... ok
test_get_peeled (dulwich.tests.test_repository.RepositoryRootTests) ... ok
test_get_peeled_not_tag (dulwich.tests.test_repository.RepositoryRootTests) ... ok
test_get_refs (dulwich.tests.test_repository.RepositoryRootTests) ... ok
test_get_tags_empty (dulwich.tests.test_repository.RepositoryRootTests) ... ok
test_get_walker (dulwich.tests.test_repository.RepositoryRootTests) ... ok
test_getitem_unicode (dulwich.tests.test_repository.RepositoryRootTests) ... ok
test_head (dulwich.tests.test_repository.RepositoryRootTests) ... ok
test_init_existing (dulwich.tests.test_repository.RepositoryRootTests) ... ok
test_init_mkdir (dulwich.tests.test_repository.RepositoryRootTests) ... ok
test_init_mkdir_unicode (dulwich.tests.test_repository.RepositoryRootTests) ... ok
test_merge_history (dulwich.tests.test_repository.RepositoryRootTests) ... ok
test_out_of_order_merge (dulwich.tests.test_repository.RepositoryRootTests)
Test that revision history is ordered by date, not parent order. ... ok
test_reset_index_symlink_disabled (dulwich.tests.test_repository.RepositoryRootTests) ... ok
test_reset_index_symlink_enabled (dulwich.tests.test_repository.RepositoryRootTests) ... ok
test_set_description (dulwich.tests.test_repository.RepositoryRootTests) ... ok
test_setitem (dulwich.tests.test_repository.RepositoryRootTests) ... ok
test_shell_hook_commit_msg (dulwich.tests.test_repository.RepositoryRootTests) ... ok
test_shell_hook_post_commit (dulwich.tests.test_repository.RepositoryRootTests) ... ok
test_shell_hook_pre_commit (dulwich.tests.test_repository.RepositoryRootTests) ... ok
test_shell_hook_pre_commit_add_files (dulwich.tests.test_repository.RepositoryRootTests) ... ok
test_simple_props (dulwich.tests.test_repository.RepositoryRootTests) ... ok
test_working_tree (dulwich.tests.test_repository.RepositoryRootTests) ... ok
test_bad_repo_path (dulwich.tests.test_server.DictBackendTests) ... ok
test_nonexistant (dulwich.tests.test_server.DictBackendTests) ... ok
test_absolute (dulwich.tests.test_server.FileSystemBackendTests) ... ok
test_bad_repo_path (dulwich.tests.test_server.FileSystemBackendTests) ... ok
test_child (dulwich.tests.test_server.FileSystemBackendTests) ... ok
test_nonexistant (dulwich.tests.test_server.FileSystemBackendTests) ... ok
test_linear (dulwich.tests.test_server.FindShallowTests) ... ok
test_merge (dulwich.tests.test_server.FindShallowTests) ... ok
test_multiple_independent (dulwich.tests.test_server.FindShallowTests) ... ok
test_multiple_overlapping (dulwich.tests.test_server.FindShallowTests) ... ok
test_tag (dulwich.tests.test_server.FindShallowTests) ... ok
test_capability_line (dulwich.tests.test_server.HandlerTestCase) ... ok
test_has_capability (dulwich.tests.test_server.HandlerTestCase) ... ok
test_set_client_capabilities (dulwich.tests.test_server.HandlerTestCase) ... ok
test_multi_ack (dulwich.tests.test_server.MultiAckDetailedGraphWalkerImplTestCase) ... ok
test_multi_ack_flush (dulwich.tests.test_server.MultiAckDetailedGraphWalkerImplTestCase) ... ok
test_multi_ack_flush_end (dulwich.tests.test_server.MultiAckDetailedGraphWalkerImplTestCase) ... ok
test_multi_ack_flush_end_nodone (dulwich.tests.test_server.MultiAckDetailedGraphWalkerImplTestCase) ... ok
test_multi_ack_nak (dulwich.tests.test_server.MultiAckDetailedGraphWalkerImplTestCase) ... ok
test_multi_ack_nak_flush (dulwich.tests.test_server.MultiAckDetailedGraphWalkerImplTestCase) ... ok
test_multi_ack_nak_nodone (dulwich.tests.test_server.MultiAckDetailedGraphWalkerImplTestCase) ... ok
test_multi_ack_nodone (dulwich.tests.test_server.MultiAckDetailedGraphWalkerImplTestCase) ... ok
test_multi_ack_partial (dulwich.tests.test_server.MultiAckDetailedGraphWalkerImplTestCase) ... ok
test_multi_ack_stateless (dulwich.tests.test_server.MultiAckDetailedGraphWalkerImplTestCase) ... ok
test_multi_ack_stateless_nodone (dulwich.tests.test_server.MultiAckDetailedGraphWalkerImplTestCase) ... ok
test_multi_ack (dulwich.tests.test_server.MultiAckGraphWalkerImplTestCase) ... ok
test_multi_ack_flush (dulwich.tests.test_server.MultiAckGraphWalkerImplTestCase) ... ok
test_multi_ack_nak (dulwich.tests.test_server.MultiAckGraphWalkerImplTestCase) ... ok
test_multi_ack_partial (dulwich.tests.test_server.MultiAckGraphWalkerImplTestCase) ... ok
test_empty_repository (dulwich.tests.test_server.ProtocolGraphWalkerEmptyTestCase) ... ok
test_all_wants_satisfied (dulwich.tests.test_server.ProtocolGraphWalkerTestCase) ... ok
test_all_wants_satisfied_have_branch (dulwich.tests.test_server.ProtocolGraphWalkerTestCase) ... ok
test_all_wants_satisfied_have_root (dulwich.tests.test_server.ProtocolGraphWalkerTestCase) ... ok
test_all_wants_satisfied_no_haves (dulwich.tests.test_server.ProtocolGraphWalkerTestCase) ... ok
test_determine_wants (dulwich.tests.test_server.ProtocolGraphWalkerTestCase) ... ok
test_determine_wants_advertisement (dulwich.tests.test_server.ProtocolGraphWalkerTestCase) ... ok
test_handle_shallow_request_no_client_shallows (dulwich.tests.test_server.ProtocolGraphWalkerTestCase) ... ok
test_handle_shallow_request_no_new_shallows (dulwich.tests.test_server.ProtocolGraphWalkerTestCase) ... ok
test_handle_shallow_request_unshallows (dulwich.tests.test_server.ProtocolGraphWalkerTestCase) ... ok
test_split_proto_line (dulwich.tests.test_server.ProtocolGraphWalkerTestCase) ... ok
test_apply_pack_del_ref (dulwich.tests.test_server.ReceivePackHandlerTestCase) ... ok
test_receive_pack (dulwich.tests.test_server.ServeCommandTests) ... ok
test_single_ack (dulwich.tests.test_server.SingleAckGraphWalkerImplTestCase) ... ok
test_single_ack_flush (dulwich.tests.test_server.SingleAckGraphWalkerImplTestCase) ... ok
test_single_ack_nak (dulwich.tests.test_server.SingleAckGraphWalkerImplTestCase) ... ok
test_single_ack_nak_flush (dulwich.tests.test_server.SingleAckGraphWalkerImplTestCase) ... ok
test_empty (dulwich.tests.test_server.UpdateServerInfoTests) ... ok
test_simple (dulwich.tests.test_server.UpdateServerInfoTests) ... ok
test_get_tagged (dulwich.tests.test_server.UploadPackHandlerTestCase) ... ok
test_no_progress (dulwich.tests.test_server.UploadPackHandlerTestCase) ... ok
test_nothing_to_do_but_wants (dulwich.tests.test_server.UploadPackHandlerTestCase) ... ok
test_nothing_to_do_no_wants (dulwich.tests.test_server.UploadPackHandlerTestCase) ... ok
test_progress (dulwich.tests.test_server.UploadPackHandlerTestCase) ... ok
test_obtain (dulwich.tests.test_stash.StashTests) ... ok
test_attrs (dulwich.tests.test_utils.BuildCommitGraphTest) ... ok
test_commit_time (dulwich.tests.test_utils.BuildCommitGraphTest) ... ok
test_linear (dulwich.tests.test_utils.BuildCommitGraphTest) ... ok
test_merge (dulwich.tests.test_utils.BuildCommitGraphTest) ... ok
test_missing_parent (dulwich.tests.test_utils.BuildCommitGraphTest) ... ok
test_trees (dulwich.tests.test_utils.BuildCommitGraphTest) ... ok
test_all_changes (dulwich.tests.test_walk.WalkEntryTest) ... ok
test_all_with_merge (dulwich.tests.test_walk.WalkEntryTest) ... ok
test_filter_changes (dulwich.tests.test_walk.WalkEntryTest) ... ok
test_filter_with_merge (dulwich.tests.test_walk.WalkEntryTest) ... ok
test_branch (dulwich.tests.test_walk.WalkerTest) ... ok
test_changes_multiple_parents (dulwich.tests.test_walk.WalkerTest) ... ok
test_changes_one_parent (dulwich.tests.test_walk.WalkerTest) ... ok
test_changes_with_renames (dulwich.tests.test_walk.WalkerTest) ... ok
test_empty_walk (dulwich.tests.test_walk.WalkerTest) ... ok
test_follow_rename (dulwich.tests.test_walk.WalkerTest) ... ok
test_follow_rename_remove_path (dulwich.tests.test_walk.WalkerTest) ... ok
test_linear (dulwich.tests.test_walk.WalkerTest) ... ok
test_max_entries (dulwich.tests.test_walk.WalkerTest) ... ok
test_merge (dulwich.tests.test_walk.WalkerTest) ... ok
test_merge_of_new_branch_from_old_base (dulwich.tests.test_walk.WalkerTest) ... ok
test_merge_of_old_branch (dulwich.tests.test_walk.WalkerTest) ... expected failure
test_missing (dulwich.tests.test_walk.WalkerTest) ... ok
test_out_of_order_children (dulwich.tests.test_walk.WalkerTest) ... ok
test_out_of_order_with_exclude (dulwich.tests.test_walk.WalkerTest) ... ok
test_path_matches (dulwich.tests.test_walk.WalkerTest) ... ok
test_paths (dulwich.tests.test_walk.WalkerTest) ... ok
test_paths_max_entries (dulwich.tests.test_walk.WalkerTest) ... ok
test_paths_merge (dulwich.tests.test_walk.WalkerTest) ... ok
test_paths_subtree (dulwich.tests.test_walk.WalkerTest) ... ok
test_reverse (dulwich.tests.test_walk.WalkerTest) ... ok
test_reverse_after_max_entries (dulwich.tests.test_walk.WalkerTest) ... ok
test_since (dulwich.tests.test_walk.WalkerTest) ... ok
test_since_over_scan (dulwich.tests.test_walk.WalkerTest) ... ok
test_since_until (dulwich.tests.test_walk.WalkerTest) ... ok
test_tag (dulwich.tests.test_walk.WalkerTest) ... ok
test_topo_reorder_linear (dulwich.tests.test_walk.WalkerTest) ... ok
test_topo_reorder_multiple_children (dulwich.tests.test_walk.WalkerTest) ... ok
test_topo_reorder_multiple_parents (dulwich.tests.test_walk.WalkerTest) ... ok
test_until (dulwich.tests.test_walk.WalkerTest) ... ok
test_get_idx_file (dulwich.tests.test_web.DumbHandlersTestCase) ... ok
test_get_info_packs (dulwich.tests.test_web.DumbHandlersTestCase) ... ok
test_get_info_refs (dulwich.tests.test_web.DumbHandlersTestCase) ... ok
test_get_info_refs_not_found (dulwich.tests.test_web.DumbHandlersTestCase) ... ok
test_get_loose_object (dulwich.tests.test_web.DumbHandlersTestCase) ... ok
test_get_loose_object_error (dulwich.tests.test_web.DumbHandlersTestCase) ... ok
test_get_loose_object_missing (dulwich.tests.test_web.DumbHandlersTestCase) ... ok
test_get_pack_file (dulwich.tests.test_web.DumbHandlersTestCase) ... ok
test_get_text_file (dulwich.tests.test_web.DumbHandlersTestCase) ... ok
test_send_file (dulwich.tests.test_web.DumbHandlersTestCase) ... ok
test_send_file_buffered (dulwich.tests.test_web.DumbHandlersTestCase) ... ok
test_send_file_error (dulwich.tests.test_web.DumbHandlersTestCase) ... ok
test_send_file_not_found (dulwich.tests.test_web.DumbHandlersTestCase) ... ok
test_call (dulwich.tests.test_web.GunzipTestCase) ... ok
test_call_no_seek (dulwich.tests.test_web.GunzipTestCase)
This ensures that the gunzipping code doesn't require any methods on ... ok
test_call_no_working_seek (dulwich.tests.test_web.GunzipTestCase)
Similar to 'test_call_no_seek', but this time the methods are available ... ok
test_fallback_app (dulwich.tests.test_web.GunzipTestCase) ... ok
test_call (dulwich.tests.test_web.HTTPGitApplicationTestCase) ... ok
test_fallback_app (dulwich.tests.test_web.HTTPGitApplicationTestCase) ... ok
test_forbidden (dulwich.tests.test_web.HTTPGitRequestTestCase) ... ok
test_not_found (dulwich.tests.test_web.HTTPGitRequestTestCase) ... ok
test_respond (dulwich.tests.test_web.HTTPGitRequestTestCase) ... ok
test_respond_ok (dulwich.tests.test_web.HTTPGitRequestTestCase) ... ok
test_cutoff (dulwich.tests.test_web.LengthLimitedFileTestCase) ... ok
test_multiple_reads (dulwich.tests.test_web.LengthLimitedFileTestCase) ... ok
test_no_cutoff (dulwich.tests.test_web.LengthLimitedFileTestCase) ... ok
test_get_info_refs (dulwich.tests.test_web.SmartHandlersTestCase) ... ok
test_get_info_refs_unknown (dulwich.tests.test_web.SmartHandlersTestCase) ... ok
test_handle_service_request (dulwich.tests.test_web.SmartHandlersTestCase) ... ok
test_handle_service_request_empty_length (dulwich.tests.test_web.SmartHandlersTestCase) ... ok
test_handle_service_request_unknown (dulwich.tests.test_web.SmartHandlersTestCase) ... ok
test_handle_service_request_with_length (dulwich.tests.test_web.SmartHandlersTestCase) ... ok
$(@D)/dulwich/tests/../../docs/tutorial/introduction.txt
Doctest: introduction.txt ... ok
$(@D)/dulwich/tests/../../docs/tutorial/file-format.txt
Doctest: file-format.txt ... ok
$(@D)/dulwich/tests/../../docs/tutorial/repo.txt
Doctest: repo.txt ... ok
$(@D)/dulwich/tests/../../docs/tutorial/object-store.txt
Doctest: object-store.txt ... ok
$(@D)/dulwich/tests/../../docs/tutorial/remote.txt
Doctest: remote.txt ... ok
$(@D)/dulwich/tests/../../docs/tutorial/conclusion.txt
Doctest: conclusion.txt ... ok
test_archive (dulwich.tests.compat.test_client.DulwichHttpClientTest) ... skipped 'exporting archives not supported over http'
test_fetch_empty_pack (dulwich.tests.compat.test_client.DulwichHttpClientTest) ... ok
test_fetch_pack (dulwich.tests.compat.test_client.DulwichHttpClientTest) ... $(PYTHON_DIR)/contextlib.py:457: ResourceWarning: unclosed <socket.socket fd=6, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', $(PORT))>
  _exit_wrapper = self._create_cb_wrapper(callback, *args, **kwds)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ok
test_fetch_pack_depth (dulwich.tests.compat.test_client.DulwichHttpClientTest) ... ok
test_fetch_pack_no_side_band_64k (dulwich.tests.compat.test_client.DulwichHttpClientTest) ... ok
test_fetch_pack_zero_sha (dulwich.tests.compat.test_client.DulwichHttpClientTest) ... ok
test_get_refs (dulwich.tests.compat.test_client.DulwichHttpClientTest) ... ok
test_incremental_fetch_pack (dulwich.tests.compat.test_client.DulwichHttpClientTest) ... ok
test_repeat (dulwich.tests.compat.test_client.DulwichHttpClientTest) ... ok
test_send_new_branch_empty_pack (dulwich.tests.compat.test_client.DulwichHttpClientTest) ... ok
test_send_pack (dulwich.tests.compat.test_client.DulwichHttpClientTest) ... ok
test_send_pack_from_shallow_clone (dulwich.tests.compat.test_client.DulwichHttpClientTest) ... ok
test_send_pack_multiple_errors (dulwich.tests.compat.test_client.DulwichHttpClientTest) ... ok
test_send_pack_nothing_to_send (dulwich.tests.compat.test_client.DulwichHttpClientTest) ... ok
test_send_pack_one_error (dulwich.tests.compat.test_client.DulwichHttpClientTest) ... ok
test_send_remove_branch (dulwich.tests.compat.test_client.DulwichHttpClientTest) ... ok
test_send_without_report_status (dulwich.tests.compat.test_client.DulwichHttpClientTest) ... ok
test_archive (dulwich.tests.compat.test_client.DulwichMockSSHClientTest) ... ok
test_fetch_empty_pack (dulwich.tests.compat.test_client.DulwichMockSSHClientTest) ... ok
test_fetch_pack (dulwich.tests.compat.test_client.DulwichMockSSHClientTest) ... ok
test_fetch_pack_depth (dulwich.tests.compat.test_client.DulwichMockSSHClientTest) ... ok
test_fetch_pack_no_side_band_64k (dulwich.tests.compat.test_client.DulwichMockSSHClientTest) ... ok
test_fetch_pack_zero_sha (dulwich.tests.compat.test_client.DulwichMockSSHClientTest) ... ok
test_get_refs (dulwich.tests.compat.test_client.DulwichMockSSHClientTest) ... ok
test_incremental_fetch_pack (dulwich.tests.compat.test_client.DulwichMockSSHClientTest) ... ok
test_repeat (dulwich.tests.compat.test_client.DulwichMockSSHClientTest) ... ok
test_send_new_branch_empty_pack (dulwich.tests.compat.test_client.DulwichMockSSHClientTest) ... ok
test_send_pack (dulwich.tests.compat.test_client.DulwichMockSSHClientTest) ... ok
test_send_pack_from_shallow_clone (dulwich.tests.compat.test_client.DulwichMockSSHClientTest) ... ok
test_send_pack_multiple_errors (dulwich.tests.compat.test_client.DulwichMockSSHClientTest) ... ok
test_send_pack_nothing_to_send (dulwich.tests.compat.test_client.DulwichMockSSHClientTest) ... ok
test_send_pack_one_error (dulwich.tests.compat.test_client.DulwichMockSSHClientTest) ... ok
test_send_remove_branch (dulwich.tests.compat.test_client.DulwichMockSSHClientTest) ... ok
test_send_without_report_status (dulwich.tests.compat.test_client.DulwichMockSSHClientTest) ... ok
test_archive (dulwich.tests.compat.test_client.DulwichSubprocessClientTest) ... ok
test_fetch_empty_pack (dulwich.tests.compat.test_client.DulwichSubprocessClientTest) ... ok
test_fetch_pack (dulwich.tests.compat.test_client.DulwichSubprocessClientTest) ... ok
test_fetch_pack_depth (dulwich.tests.compat.test_client.DulwichSubprocessClientTest) ... ok
test_fetch_pack_no_side_band_64k (dulwich.tests.compat.test_client.DulwichSubprocessClientTest) ... ok
test_fetch_pack_zero_sha (dulwich.tests.compat.test_client.DulwichSubprocessClientTest) ... ok
test_get_refs (dulwich.tests.compat.test_client.DulwichSubprocessClientTest) ... ok
test_incremental_fetch_pack (dulwich.tests.compat.test_client.DulwichSubprocessClientTest) ... ok
test_repeat (dulwich.tests.compat.test_client.DulwichSubprocessClientTest) ... ok
test_send_new_branch_empty_pack (dulwich.tests.compat.test_client.DulwichSubprocessClientTest) ... ok
test_send_pack (dulwich.tests.compat.test_client.DulwichSubprocessClientTest) ... ok
test_send_pack_from_shallow_clone (dulwich.tests.compat.test_client.DulwichSubprocessClientTest) ... ok
test_send_pack_multiple_errors (dulwich.tests.compat.test_client.DulwichSubprocessClientTest) ... ok
test_send_pack_nothing_to_send (dulwich.tests.compat.test_client.DulwichSubprocessClientTest) ... ok
test_send_pack_one_error (dulwich.tests.compat.test_client.DulwichSubprocessClientTest) ... ok
test_send_remove_branch (dulwich.tests.compat.test_client.DulwichSubprocessClientTest) ... ok
test_send_without_report_status (dulwich.tests.compat.test_client.DulwichSubprocessClientTest) ... ok
test_archive (dulwich.tests.compat.test_client.DulwichTCPClientTest) ... ok
test_fetch_empty_pack (dulwich.tests.compat.test_client.DulwichTCPClientTest) ... ok
test_fetch_pack (dulwich.tests.compat.test_client.DulwichTCPClientTest) ... ok
test_fetch_pack_depth (dulwich.tests.compat.test_client.DulwichTCPClientTest) ... ok
test_fetch_pack_no_side_band_64k (dulwich.tests.compat.test_client.DulwichTCPClientTest) ... ok
test_fetch_pack_zero_sha (dulwich.tests.compat.test_client.DulwichTCPClientTest) ... ok
test_get_refs (dulwich.tests.compat.test_client.DulwichTCPClientTest) ... ok
test_incremental_fetch_pack (dulwich.tests.compat.test_client.DulwichTCPClientTest) ... ok
test_repeat (dulwich.tests.compat.test_client.DulwichTCPClientTest) ... ok
test_send_new_branch_empty_pack (dulwich.tests.compat.test_client.DulwichTCPClientTest) ... ok
test_send_pack (dulwich.tests.compat.test_client.DulwichTCPClientTest) ... ok
test_send_pack_from_shallow_clone (dulwich.tests.compat.test_client.DulwichTCPClientTest) ... ok
test_send_pack_multiple_errors (dulwich.tests.compat.test_client.DulwichTCPClientTest) ... ok
test_send_pack_nothing_to_send (dulwich.tests.compat.test_client.DulwichTCPClientTest) ... ok
test_send_pack_one_error (dulwich.tests.compat.test_client.DulwichTCPClientTest) ... ok
test_send_remove_branch (dulwich.tests.compat.test_client.DulwichTCPClientTest) ... skipped 'skip flaky test; see #1015'
test_send_without_report_status (dulwich.tests.compat.test_client.DulwichTCPClientTest) ... ok
test_copy (dulwich.tests.compat.test_pack.TestPack) ... ok
test_delta_large_object (dulwich.tests.compat.test_pack.TestPack) ... skipped 'skipping slow, large test'
test_delta_medium_object (dulwich.tests.compat.test_pack.TestPack) ... ok
test_deltas_work (dulwich.tests.compat.test_pack.TestPack) ... ok
test_patch_apply (dulwich.tests.compat.test_patch.CompatPatchTestCase) ... ok
test_sign (dulwich.tests.compat.test_porcelain.TagCreateSignTestCase) ... skipped 'gpg is not available'
test_verify (dulwich.tests.compat.test_porcelain.TagCreateSignTestCase) ... skipped 'gpg is not available'
test_all_objects (dulwich.tests.compat.test_repository.InitNewWorkingDirectoryTestCase) ... ok
test_bare (dulwich.tests.compat.test_repository.InitNewWorkingDirectoryTestCase) ... ok
test_git_worktree_config (dulwich.tests.compat.test_repository.InitNewWorkingDirectoryTestCase)
Test that git worktree config parsing matches the git CLI's behavior. ... ok
test_git_worktree_list (dulwich.tests.compat.test_repository.InitNewWorkingDirectoryTestCase) ... ok
test_head (dulwich.tests.compat.test_repository.InitNewWorkingDirectoryTestCase) ... ok
test_head_equality (dulwich.tests.compat.test_repository.InitNewWorkingDirectoryTestCase) ... ok
test_loose_objects (dulwich.tests.compat.test_repository.InitNewWorkingDirectoryTestCase) ... ok
test_packed_objects (dulwich.tests.compat.test_repository.InitNewWorkingDirectoryTestCase) ... ok
test_refs (dulwich.tests.compat.test_repository.InitNewWorkingDirectoryTestCase) ... ok
test_all_objects (dulwich.tests.compat.test_repository.ObjectStoreTestCase) ... ok
test_bare (dulwich.tests.compat.test_repository.ObjectStoreTestCase) ... ok
test_head (dulwich.tests.compat.test_repository.ObjectStoreTestCase) ... ok
test_loose_objects (dulwich.tests.compat.test_repository.ObjectStoreTestCase) ... ok
test_packed_objects (dulwich.tests.compat.test_repository.ObjectStoreTestCase) ... ok
test_refs (dulwich.tests.compat.test_repository.ObjectStoreTestCase) ... ok
test_all_objects (dulwich.tests.compat.test_repository.WorkingTreeTestCase) ... ok
test_bare (dulwich.tests.compat.test_repository.WorkingTreeTestCase) ... ok
test_git_worktree_config (dulwich.tests.compat.test_repository.WorkingTreeTestCase)
Test that git worktree config parsing matches the git CLI's behavior. ... ok
test_git_worktree_list (dulwich.tests.compat.test_repository.WorkingTreeTestCase) ... ok
test_head (dulwich.tests.compat.test_repository.WorkingTreeTestCase) ... ok
test_head_equality (dulwich.tests.compat.test_repository.WorkingTreeTestCase) ... ok
test_loose_objects (dulwich.tests.compat.test_repository.WorkingTreeTestCase) ... ok
test_packed_objects (dulwich.tests.compat.test_repository.WorkingTreeTestCase) ... ok
test_refs (dulwich.tests.compat.test_repository.WorkingTreeTestCase) ... ok
test_clone_from_dulwich_empty (dulwich.tests.compat.test_server.GitServerSideBand64kTestCase) ... ok
test_fetch_from_dulwich (dulwich.tests.compat.test_server.GitServerSideBand64kTestCase) ... ok
test_fetch_from_dulwich_issue_88_alternative (dulwich.tests.compat.test_server.GitServerSideBand64kTestCase) ... ok
test_fetch_from_dulwich_issue_88_standard (dulwich.tests.compat.test_server.GitServerSideBand64kTestCase) ... ok
test_fetch_from_dulwich_no_op (dulwich.tests.compat.test_server.GitServerSideBand64kTestCase) ... ok
test_fetch_full_depth_into_shallow_clone_from_dulwich (dulwich.tests.compat.test_server.GitServerSideBand64kTestCase) ... ok
test_fetch_same_depth_into_shallow_clone_from_dulwich (dulwich.tests.compat.test_server.GitServerSideBand64kTestCase) ... ok
test_lsremote_from_dulwich (dulwich.tests.compat.test_server.GitServerSideBand64kTestCase) ... ok
test_new_shallow_clone_from_dulwich (dulwich.tests.compat.test_server.GitServerSideBand64kTestCase) ... ok
test_push_to_dulwich (dulwich.tests.compat.test_server.GitServerSideBand64kTestCase) ... ok
test_push_to_dulwich_issue_88_standard (dulwich.tests.compat.test_server.GitServerSideBand64kTestCase) ... ok
test_push_to_dulwich_no_op (dulwich.tests.compat.test_server.GitServerSideBand64kTestCase) ... ok
test_push_to_dulwich_remove_branch (dulwich.tests.compat.test_server.GitServerSideBand64kTestCase) ... ok
test_shallow_clone_from_git_is_identical (dulwich.tests.compat.test_server.GitServerSideBand64kTestCase) ... ok
test_clone_from_dulwich_empty (dulwich.tests.compat.test_server.GitServerTestCase) ... ok
test_fetch_from_dulwich (dulwich.tests.compat.test_server.GitServerTestCase) ... ok
test_fetch_from_dulwich_issue_88_alternative (dulwich.tests.compat.test_server.GitServerTestCase) ... ok
test_fetch_from_dulwich_issue_88_standard (dulwich.tests.compat.test_server.GitServerTestCase) ... ok
test_fetch_from_dulwich_no_op (dulwich.tests.compat.test_server.GitServerTestCase) ... ok
test_fetch_full_depth_into_shallow_clone_from_dulwich (dulwich.tests.compat.test_server.GitServerTestCase) ... ok
test_fetch_same_depth_into_shallow_clone_from_dulwich (dulwich.tests.compat.test_server.GitServerTestCase) ... ok
test_lsremote_from_dulwich (dulwich.tests.compat.test_server.GitServerTestCase) ... ok
test_new_shallow_clone_from_dulwich (dulwich.tests.compat.test_server.GitServerTestCase) ... ok
test_push_to_dulwich (dulwich.tests.compat.test_server.GitServerTestCase) ... ok
test_push_to_dulwich_issue_88_standard (dulwich.tests.compat.test_server.GitServerTestCase) ... ok
test_push_to_dulwich_no_op (dulwich.tests.compat.test_server.GitServerTestCase) ... ok
test_push_to_dulwich_remove_branch (dulwich.tests.compat.test_server.GitServerTestCase) ... ok
test_shallow_clone_from_git_is_identical (dulwich.tests.compat.test_server.GitServerTestCase) ... ok
test_git_version_3 (dulwich.tests.compat.test_utils.GitVersionTests) ... ok
test_git_version_4 (dulwich.tests.compat.test_utils.GitVersionTests) ... ok
test_git_version_extra (dulwich.tests.compat.test_utils.GitVersionTests) ... ok
test_git_version_none (dulwich.tests.compat.test_utils.GitVersionTests) ... ok
test_require_git_version (dulwich.tests.compat.test_utils.GitVersionTests) ... ok
test_clone_from_dulwich_empty (dulwich.tests.compat.test_web.DumbWebTestCase) ... ok
test_fetch_from_dulwich (dulwich.tests.compat.test_web.DumbWebTestCase) ... ok
test_fetch_from_dulwich_issue_88_alternative (dulwich.tests.compat.test_web.DumbWebTestCase) ... ok
test_fetch_from_dulwich_issue_88_standard (dulwich.tests.compat.test_web.DumbWebTestCase) ... ok
test_fetch_from_dulwich_no_op (dulwich.tests.compat.test_web.DumbWebTestCase) ... ok
test_fetch_full_depth_into_shallow_clone_from_dulwich (dulwich.tests.compat.test_web.DumbWebTestCase) ... skipped 'Dumb web shallow cloning not supported.'
test_fetch_same_depth_into_shallow_clone_from_dulwich (dulwich.tests.compat.test_web.DumbWebTestCase) ... skipped 'Dumb web shallow cloning not supported.'
test_lsremote_from_dulwich (dulwich.tests.compat.test_web.DumbWebTestCase) ... ok
test_new_shallow_clone_from_dulwich (dulwich.tests.compat.test_web.DumbWebTestCase) ... skipped 'Dumb web shallow cloning not supported.'
test_push_to_dulwich (dulwich.tests.compat.test_web.DumbWebTestCase) ... skipped 'Dumb web pushing not supported.'
test_push_to_dulwich_issue_88_standard (dulwich.tests.compat.test_web.DumbWebTestCase) ... skipped 'Dumb web pushing not supported.'
test_push_to_dulwich_no_op (dulwich.tests.compat.test_web.DumbWebTestCase) ... ok
test_push_to_dulwich_remove_branch (dulwich.tests.compat.test_web.DumbWebTestCase) ... skipped 'Dumb web pushing not supported.'
test_shallow_clone_from_git_is_identical (dulwich.tests.compat.test_web.DumbWebTestCase) ... skipped 'Dumb web shallow cloning not supported.'
test_clone_from_dulwich_empty (dulwich.tests.compat.test_web.SmartWebSideBand64kNoDoneTestCase) ... ok
test_fetch_from_dulwich (dulwich.tests.compat.test_web.SmartWebSideBand64kNoDoneTestCase) ... ok
test_fetch_from_dulwich_issue_88_alternative (dulwich.tests.compat.test_web.SmartWebSideBand64kNoDoneTestCase) ... ok
test_fetch_from_dulwich_issue_88_standard (dulwich.tests.compat.test_web.SmartWebSideBand64kNoDoneTestCase) ... ok
test_fetch_from_dulwich_no_op (dulwich.tests.compat.test_web.SmartWebSideBand64kNoDoneTestCase) ... ok
test_fetch_full_depth_into_shallow_clone_from_dulwich (dulwich.tests.compat.test_web.SmartWebSideBand64kNoDoneTestCase) ... ok
test_fetch_same_depth_into_shallow_clone_from_dulwich (dulwich.tests.compat.test_web.SmartWebSideBand64kNoDoneTestCase) ... ok
test_lsremote_from_dulwich (dulwich.tests.compat.test_web.SmartWebSideBand64kNoDoneTestCase) ... ok
test_new_shallow_clone_from_dulwich (dulwich.tests.compat.test_web.SmartWebSideBand64kNoDoneTestCase) ... ok
test_push_to_dulwich (dulwich.tests.compat.test_web.SmartWebSideBand64kNoDoneTestCase) ... ok
test_push_to_dulwich_issue_88_standard (dulwich.tests.compat.test_web.SmartWebSideBand64kNoDoneTestCase) ... ok
test_push_to_dulwich_no_op (dulwich.tests.compat.test_web.SmartWebSideBand64kNoDoneTestCase) ... ok
test_push_to_dulwich_remove_branch (dulwich.tests.compat.test_web.SmartWebSideBand64kNoDoneTestCase) ... ok
test_shallow_clone_from_git_is_identical (dulwich.tests.compat.test_web.SmartWebSideBand64kNoDoneTestCase) ... ok
test_clone_from_dulwich_empty (dulwich.tests.compat.test_web.SmartWebSideBand64kTestCase) ... ok
test_fetch_from_dulwich (dulwich.tests.compat.test_web.SmartWebSideBand64kTestCase) ... ok
test_fetch_from_dulwich_issue_88_alternative (dulwich.tests.compat.test_web.SmartWebSideBand64kTestCase) ... ok
test_fetch_from_dulwich_issue_88_standard (dulwich.tests.compat.test_web.SmartWebSideBand64kTestCase) ... ok
test_fetch_from_dulwich_no_op (dulwich.tests.compat.test_web.SmartWebSideBand64kTestCase) ... ok
test_fetch_full_depth_into_shallow_clone_from_dulwich (dulwich.tests.compat.test_web.SmartWebSideBand64kTestCase) ... ok
test_fetch_same_depth_into_shallow_clone_from_dulwich (dulwich.tests.compat.test_web.SmartWebSideBand64kTestCase) ... ok
test_lsremote_from_dulwich (dulwich.tests.compat.test_web.SmartWebSideBand64kTestCase) ... ok
test_new_shallow_clone_from_dulwich (dulwich.tests.compat.test_web.SmartWebSideBand64kTestCase) ... ok
test_push_to_dulwich (dulwich.tests.compat.test_web.SmartWebSideBand64kTestCase) ... ok
test_push_to_dulwich_issue_88_standard (dulwich.tests.compat.test_web.SmartWebSideBand64kTestCase) ... ok
test_push_to_dulwich_no_op (dulwich.tests.compat.test_web.SmartWebSideBand64kTestCase) ... ok
test_push_to_dulwich_remove_branch (dulwich.tests.compat.test_web.SmartWebSideBand64kTestCase) ... ok
test_shallow_clone_from_git_is_identical (dulwich.tests.compat.test_web.SmartWebSideBand64kTestCase) ... ok
test_clone_from_dulwich_empty (dulwich.tests.compat.test_web.SmartWebTestCase) ... ok
test_fetch_from_dulwich (dulwich.tests.compat.test_web.SmartWebTestCase) ... ok
test_fetch_from_dulwich_issue_88_alternative (dulwich.tests.compat.test_web.SmartWebTestCase) ... ok
test_fetch_from_dulwich_issue_88_standard (dulwich.tests.compat.test_web.SmartWebTestCase) ... ok
test_fetch_from_dulwich_no_op (dulwich.tests.compat.test_web.SmartWebTestCase) ... ok
test_fetch_full_depth_into_shallow_clone_from_dulwich (dulwich.tests.compat.test_web.SmartWebTestCase) ... ok
test_fetch_same_depth_into_shallow_clone_from_dulwich (dulwich.tests.compat.test_web.SmartWebTestCase) ... ok
test_lsremote_from_dulwich (dulwich.tests.compat.test_web.SmartWebTestCase) ... ok
test_new_shallow_clone_from_dulwich (dulwich.tests.compat.test_web.SmartWebTestCase) ... ok
test_push_to_dulwich (dulwich.tests.compat.test_web.SmartWebTestCase) ... ok
test_push_to_dulwich_issue_88_standard (dulwich.tests.compat.test_web.SmartWebTestCase) ... ok
test_push_to_dulwich_no_op (dulwich.tests.compat.test_web.SmartWebTestCase) ... ok
test_push_to_dulwich_remove_branch (dulwich.tests.compat.test_web.SmartWebTestCase) ... ok
test_shallow_clone_from_git_is_identical (dulwich.tests.compat.test_web.SmartWebTestCase) ... ok
test_run_command_data_transfer (dulwich.contrib.test_paramiko_vendor.ParamikoSSHVendorTests) ... skipped 'paramiko is not installed'
test_run_command_password (dulwich.contrib.test_paramiko_vendor.ParamikoSSHVendorTests) ... skipped 'paramiko is not installed'
test_run_command_with_privkey (dulwich.contrib.test_paramiko_vendor.ParamikoSSHVendorTests) ... skipped 'paramiko is not installed'
test_get_recent_tags (dulwich.contrib.test_release_robot.GetRecentTagsTest)
Test get recent tags. ... ok
test_tag_pattern (dulwich.contrib.test_release_robot.TagPatternTests)
Test tag patterns. ... ok
test_add_commit (dulwich.contrib.test_swift.SwiftObjectStoreTests) ... skipped "Required libraries are not installed (['geventhttpclient'])"
test_add_object (dulwich.contrib.test_swift.SwiftObjectStoreTests) ... skipped "Required libraries are not installed (['geventhttpclient'])"
test_add_objects (dulwich.contrib.test_swift.SwiftObjectStoreTests) ... skipped "Required libraries are not installed (['geventhttpclient'])"
test_add_objects_empty (dulwich.contrib.test_swift.SwiftObjectStoreTests) ... skipped "Required libraries are not installed (['geventhttpclient'])"
test_close (dulwich.contrib.test_swift.SwiftObjectStoreTests) ... skipped "Required libraries are not installed (['geventhttpclient'])"
test_contains_nonexistant (dulwich.contrib.test_swift.SwiftObjectStoreTests) ... skipped "Required libraries are not installed (['geventhttpclient'])"
test_determine_wants_all (dulwich.contrib.test_swift.SwiftObjectStoreTests) ... skipped "Required libraries are not installed (['geventhttpclient'])"
test_determine_wants_all_depth (dulwich.contrib.test_swift.SwiftObjectStoreTests) ... skipped "Required libraries are not installed (['geventhttpclient'])"
test_determine_wants_all_zero (dulwich.contrib.test_swift.SwiftObjectStoreTests) ... skipped "Required libraries are not installed (['geventhttpclient'])"
test_get_depth (dulwich.contrib.test_swift.SwiftObjectStoreTests) ... skipped "Required libraries are not installed (['geventhttpclient'])"
test_get_nonexistant (dulwich.contrib.test_swift.SwiftObjectStoreTests) ... skipped "Required libraries are not installed (['geventhttpclient'])"
test_get_raw (dulwich.contrib.test_swift.SwiftObjectStoreTests) ... skipped "Required libraries are not installed (['geventhttpclient'])"
test_iter (dulwich.contrib.test_swift.SwiftObjectStoreTests) ... skipped "Required libraries are not installed (['geventhttpclient'])"
test_iter_tree_contents (dulwich.contrib.test_swift.SwiftObjectStoreTests) ... skipped "Required libraries are not installed (['geventhttpclient'])"
test_iter_tree_contents_include_trees (dulwich.contrib.test_swift.SwiftObjectStoreTests) ... skipped "Required libraries are not installed (['geventhttpclient'])"
test_peel_sha (dulwich.contrib.test_swift.SwiftObjectStoreTests) ... skipped "Required libraries are not installed (['geventhttpclient'])"
test_store_resilience (dulwich.contrib.test_swift.SwiftObjectStoreTests)
Test if updating an existing stored object doesn't erase the ... skipped "Required libraries are not installed (['geventhttpclient'])"
test_tree_changes (dulwich.contrib.test_swift.SwiftObjectStoreTests) ... skipped "Required libraries are not installed (['geventhttpclient'])"
test_create_root (dulwich.contrib.test_swift.TestSwiftConnector) ... skipped "Required libraries are not installed (['geventhttpclient'])"
test_create_root_fails (dulwich.contrib.test_swift.TestSwiftConnector) ... skipped "Required libraries are not installed (['geventhttpclient'])"
test_del_object (dulwich.contrib.test_swift.TestSwiftConnector) ... skipped "Required libraries are not installed (['geventhttpclient'])"
test_del_root (dulwich.contrib.test_swift.TestSwiftConnector) ... skipped "Required libraries are not installed (['geventhttpclient'])"
test_get_container_objects (dulwich.contrib.test_swift.TestSwiftConnector) ... skipped "Required libraries are not installed (['geventhttpclient'])"
test_get_container_objects_fails (dulwich.contrib.test_swift.TestSwiftConnector) ... skipped "Required libraries are not installed (['geventhttpclient'])"
test_get_object (dulwich.contrib.test_swift.TestSwiftConnector) ... skipped "Required libraries are not installed (['geventhttpclient'])"
test_get_object_fails (dulwich.contrib.test_swift.TestSwiftConnector) ... skipped "Required libraries are not installed (['geventhttpclient'])"
test_get_object_stat (dulwich.contrib.test_swift.TestSwiftConnector) ... skipped "Required libraries are not installed (['geventhttpclient'])"
test_get_object_stat_fails (dulwich.contrib.test_swift.TestSwiftConnector) ... skipped "Required libraries are not installed (['geventhttpclient'])"
test_init_connector (dulwich.contrib.test_swift.TestSwiftConnector) ... skipped "Required libraries are not installed (['geventhttpclient'])"
test_put_object (dulwich.contrib.test_swift.TestSwiftConnector) ... skipped "Required libraries are not installed (['geventhttpclient'])"
test_put_object_fails (dulwich.contrib.test_swift.TestSwiftConnector) ... skipped "Required libraries are not installed (['geventhttpclient'])"
test_root_exists (dulwich.contrib.test_swift.TestSwiftConnector) ... skipped "Required libraries are not installed (['geventhttpclient'])"
test_root_not_exists (dulwich.contrib.test_swift.TestSwiftConnector) ... skipped "Required libraries are not installed (['geventhttpclient'])"
test_init (dulwich.contrib.test_swift.TestSwiftInfoRefsContainer)
info/refs does not exists. ... skipped "Required libraries are not installed (['geventhttpclient'])"
test_remove_if_equals (dulwich.contrib.test_swift.TestSwiftInfoRefsContainer) ... skipped "Required libraries are not installed (['geventhttpclient'])"
test_set_if_equals (dulwich.contrib.test_swift.TestSwiftInfoRefsContainer) ... skipped "Required libraries are not installed (['geventhttpclient'])"
test_init (dulwich.contrib.test_swift.TestSwiftRepo) ... skipped "Required libraries are not installed (['geventhttpclient'])"
test_init_bad_data (dulwich.contrib.test_swift.TestSwiftRepo) ... skipped "Required libraries are not installed (['geventhttpclient'])"
test_init_bare (dulwich.contrib.test_swift.TestSwiftRepo) ... skipped "Required libraries are not installed (['geventhttpclient'])"
test_init_no_data (dulwich.contrib.test_swift.TestSwiftRepo) ... skipped "Required libraries are not installed (['geventhttpclient'])"
test_put_named_file (dulwich.contrib.test_swift.TestSwiftRepo) ... skipped "Required libraries are not installed (['geventhttpclient'])"
----------------------------------------------------------------------
Ran 1508 tests
OK (skipped=87, expected failures=1)