aboutsummaryrefslogtreecommitdiff
path: root/git/test/test_docs.py
AgeCommit message (Expand)Author
2017-09-28Fix test_docsSebastian Thiel
2017-03-09Spelling fixesVille Skyttä
2016-10-16src: import os.path as ospKostis Anagnostopoulos
2016-10-12daemon, #525: FIX remote urls in config-filesKostis Anagnostopoulos
2016-10-04io: Wrap (probably) allconfig_writers in `with` blocksKostis Anagnostopoulos
2016-10-04src: No PyDev warningsKostis Anagnostopoulos
2016-10-04hidden win-errs: Let leaking TCs run till end, then hideKostis Anagnostopoulos
2016-10-03Appveyor: Set HIDE_WINDOWS_KNOWN_ERRORS=TrueKostis Anagnostopoulos
2016-10-03Appveyor: Add and set HIDE_WINDOWS_KNOWN_ERRORS=Falsewinerr_showKostis Anagnostopoulos
2016-10-01io, #519: ALL open() --> with open()Kostis Anagnostopoulos
2016-09-28Win, #519: FIX with_rw_directory() to remove read-only dirsKostis Anagnostopoulos
2016-09-28TCs: unittestize many test-docs assertionsKostis Anagnostopoulos
2016-09-26win: GC.collect on all TC.tearDown to fix appveyor hang runsKostis Anagnostopoulos
2016-08-24Update Remotes section (#502)Forrest Hopkins
2016-06-14fix(test_docs): skip master-dependent assertionSebastian Thiel
2016-06-02fix(test): remove unused importSebastian Thiel
2016-06-01fix(test): do not skip test on travisSebastian Thiel
2016-05-30Skip test that always fails on Travis CIfix-ci-testsVincent Driessen
2016-05-18Need spaces in Emacs style encoding commentSteven Colby
2016-04-22Fix assertion2.0.0Sebastian Thiel
2015-07-16Correct doc errorsMarian Wieczorek
2015-04-16fix(test_docs): we are at major version 1 nowSebastian Thiel
2015-02-09Replace GIT_SSH with GIT_SSH_COMMAND for SSH key management.Jonas Trappenberg
2015-01-22Removed Git.sshkey() as it couldn't be distributed properly.0.3.6Sebastian Thiel
2015-01-22Added test for `sshkey` context manager.Sebastian Thiel
2015-01-22Merge branch 'master' into teeberg-masterSebastian Thiel
2015-01-22This should finally fix travis ciSebastian Thiel
2015-01-22Fetch now deals with custom refspecs much better.Sebastian Thiel
2015-01-22Overhauled all tutorials, and placed them in a unit-test.Sebastian Thiel
2015-01-21Added advance usage examples to tutorial and made minor fixes.Sebastian Thiel
2015-01-21Initial set of documentation improvements, and a fix to the submodule tests.Sebastian Thiel
2015-01-19Added tutorial about initializing a repository.Sebastian Thiel