module documentation

Start functional tests

A Swift installation must be available before starting those tests. The account and authentication method used during this functional tests must be changed in the configuration file passed as environment variable. The container used to create a fake repository is defined in cls.fakerepo and will be deleted after the tests.

DULWICH_SWIFT_CFG=/tmp/conf.cfg PYTHONPATH=. python -m unittest dulwich.tests_swift.test_smoke

Class DulwichServer Start the TCPGitServer with Swift backend
Class SwiftRepoSmokeTest Undocumented
Class SwiftSystemBackend Undocumented