summaryrefslogtreecommitdiff
path: root/git/test/test_docs.py
Commit message (Expand)AuthorAgeFilesLines
* tests: move to root dirKonrad Weihmann2020-07-121-493/+0
* Revert moving tests out of 'git' folder, related to #1030Sebastian Thiel2020-07-121-0/+493
* tests: move to root dirKonrad Weihmann2020-07-121-493/+0
* Now it should really start working - go, doctests, go!Sebastian Thiel2020-04-111-1/+1
* Maybe this fixes the doc testsSebastian Thiel2020-04-111-1/+1
* This should fix tests, as tree[0] is not a tree anymoreSebastian Thiel2020-04-111-1/+1
* Replace deprecated failUnlessRaises alias with assertRaises in testsHarmon2020-02-161-2/+2
* fixed unused variable found PYL-W0612Anil Khatri2019-10-221-1/+1
* removed trailing whitespacesPratik Anurag2019-10-151-1/+1
* renamed unused variablesPratik Anurag2019-10-151-1/+1
* remove previously added debug code from test_doc.pySebastian Thiel2019-09-301-1/+1
* Try to fix tests; get more debug outputSebastian Thiel2019-09-301-1/+1
* Fix test bound to major versionSebastian Thiel2019-08-111-1/+1
* fix whitespace violationSebastian Thiel2018-07-151-1/+0
* Update test_docs.pyMark2018-07-151-17/+17
* github -> GitHubHugo2018-03-181-1/+1
* Fix test_docsSebastian Thiel2017-09-281-2/+2
* Spelling fixesVille Skyttä2017-03-091-1/+1
* src: import os.path as ospKostis Anagnostopoulos2016-10-161-12/+14
* daemon, #525: FIX remote urls in config-filesKostis Anagnostopoulos2016-10-121-1/+1
* io: Wrap (probably) allconfig_writers in `with` blocksKostis Anagnostopoulos2016-10-041-5/+4
* src: No PyDev warningsKostis Anagnostopoulos2016-10-041-5/+6
* hidden win-errs: Let leaking TCs run till end, then hideKostis Anagnostopoulos2016-10-041-6/+3
* Appveyor: Set HIDE_WINDOWS_KNOWN_ERRORS=TrueKostis Anagnostopoulos2016-10-031-2/+1
* Appveyor: Add and set HIDE_WINDOWS_KNOWN_ERRORS=Falsewinerr_showKostis Anagnostopoulos2016-10-031-0/+7
* io, #519: ALL open() --> with open()Kostis Anagnostopoulos2016-10-011-1/+2
* Win, #519: FIX with_rw_directory() to remove read-only dirsKostis Anagnostopoulos2016-09-281-2/+4
* TCs: unittestize many test-docs assertionsKostis Anagnostopoulos2016-09-281-29/+29
* win: GC.collect on all TC.tearDown to fix appveyor hang runsKostis Anagnostopoulos2016-09-261-1/+6
* Update Remotes section (#502)Forrest Hopkins2016-08-241-2/+7
* fix(test_docs): skip master-dependent assertionSebastian Thiel2016-06-141-1/+3
* fix(test): remove unused importSebastian Thiel2016-06-021-1/+1
* fix(test): do not skip test on travisSebastian Thiel2016-06-011-2/+0
* Skip test that always fails on Travis CIfix-ci-testsVincent Driessen2016-05-301-5/+6
* Need spaces in Emacs style encoding commentSteven Colby2016-05-181-1/+1
* Fix assertion2.0.0Sebastian Thiel2016-04-221-1/+1
* Correct doc errorsMarian Wieczorek2015-07-161-1/+1
* fix(test_docs): we are at major version 1 nowSebastian Thiel2015-04-161-1/+1
* Replace GIT_SSH with GIT_SSH_COMMAND for SSH key management.Jonas Trappenberg2015-02-091-9/+0
* Removed Git.sshkey() as it couldn't be distributed properly.0.3.6Sebastian Thiel2015-01-221-2/+2
* Added test for `sshkey` context manager.Sebastian Thiel2015-01-221-1/+1
* Merge branch 'master' into teeberg-masterSebastian Thiel2015-01-221-3/+294
|\
| * This should finally fix travis ciSebastian Thiel2015-01-221-1/+1
| * Fetch now deals with custom refspecs much better.Sebastian Thiel2015-01-221-1/+1
| * Overhauled all tutorials, and placed them in a unit-test.Sebastian Thiel2015-01-221-3/+285
|/
* Added advance usage examples to tutorial and made minor fixes.Sebastian Thiel2015-01-211-8/+134
* Initial set of documentation improvements, and a fix to the submodule tests.Sebastian Thiel2015-01-211-4/+45
* Added tutorial about initializing a repository.Sebastian Thiel2015-01-191-0/+26