django_test_tools.git package

Submodules

django_test_tools.git.helpers module

class django_test_tools.git.helpers.GenericCVS[source]

Bases: object

classmethod commit(message)[source]
classmethod is_usable()[source]
class django_test_tools.git.helpers.Git[source]

Bases: django_test_tools.git.helpers.GenericCVS

Option Description of Output %H Commit hash %h Abbreviated commit hash %T Tree hash %t Abbreviated tree hash %P Parent hashes %p Abbreviated parent hashes %an Author name %ae Author email %ad Author date (format respects the –date=option) %ar Author date, relative %cn Committer name %ce Committer email %cd Committer date %cr Committer date, relative %s Subject

classmethod add_path(path)[source]
classmethod assert_nondirty()[source]
classmethod latest_tag_info()[source]
report()[source]
classmethod tag(name, message)[source]

Module contents