summaryrefslogtreecommitdiff
path: root/git/test/test_remote.py
Commit message (Expand)AuthorAgeFilesLines
* tests: move to root dirKonrad Weihmann2020-07-121-653/+0
* Revert moving tests out of 'git' folder, related to #1030Sebastian Thiel2020-07-121-0/+653
* tests: move to root dirKonrad Weihmann2020-07-121-653/+0
* Replace assert_raises with assertRaisesHarmon2020-02-161-4/+3
* Replace deprecated failUnlessRaises alias with assertRaises in testsHarmon2020-02-161-11/+11
* Remove and replace compat.string_typesHarmon2020-02-081-3/+2
* Removing unused importJJ Graham2019-10-241-1/+1
* Fix #820JJ Graham2019-10-241-1/+1
* removed trailing whitespacesPratik Anurag2019-10-151-1/+1
* renamed unsed variablesPratik Anurag2019-10-151-1/+1
* Parse rejected deletes.Uri Baghin2019-09-281-0/+8
* Remove assert that can fail erroneously.Uri Baghin2019-09-281-1/+0
* Resolve test incompatibility with git v2.21.0James E. King III2019-05-051-1/+1
* Fix test-only issue with git 2.20 or later handling a clobbered tagJames E. King III2019-03-151-2/+8
* Rewrite unnecessary dict/list/tuple calls as literalsHugo2018-03-181-2/+2
* Drop support for EOL Python 2.6Hugo2018-03-181-4/+1
* Spelling fixesVille Skyttä2017-03-091-1/+1
* fix(remote): testSebastian Thiel2016-12-221-1/+1
* Fixes to support Python 2.6 again.Andreas Maier2016-10-241-1/+4
* remote, #525: FIX BUG push-cmd misses error messagesKostis Anagnostopoulos2016-10-141-59/+73
* test, #525: allow disabling freeze errors separatelyKostis Anagnostopoulos2016-10-131-40/+45
* daemon, #525: FIX remote urls in config-filesKostis Anagnostopoulos2016-10-121-10/+9
* hidden win_errors: mark also git-daemon errors failingKostis Anagnostopoulos2016-10-111-0/+6
* io: Wrap (probably) allconfig_writers in `with` blocksKostis Anagnostopoulos2016-10-041-8/+8
* src: No PyDev warningsKostis Anagnostopoulos2016-10-041-3/+3
* io, #519: ALL open() --> with open()Kostis Anagnostopoulos2016-10-011-2/+2
* Win, #519: FIX with_rw_directory() to remove read-only dirsKostis Anagnostopoulos2016-09-281-3/+2
* Win, #519: FIX undead Git-daemon on WindowsKostis Anagnostopoulos2016-09-281-3/+1
* test, #519: No remote TCs, git-daemon cannot die@!Kostis Anagnostopoulos2016-09-281-2/+4
* win: GC.collect on all TC.tearDown to fix appveyor hang runsKostis Anagnostopoulos2016-09-261-0/+4
* Adding support for git remote set-url/get-url API to RemoteGuyzmo2016-06-081-2/+47
* fix(RemoteProgress): improve message sanitizationSebastian Thiel2016-05-251-0/+8
* fix(remote): assert fetch respec is setSebastian Thiel2015-06-101-0/+5
* test: make git-daemon port configurable via envBenedikt Morbach2015-04-211-2/+3
* fix(remote): allow to raise during push/fetchSebastian Thiel2015-04-081-2/+1
* Added 'insert_kwargs_after' flag for consumption by _call_process.Sebastian Thiel2015-02-211-0/+3
* This should fix the test failure on travisSebastian Thiel2015-01-301-0/+5
* Added test to verify we can handle fetch prunes.Sebastian Thiel2015-01-301-0/+13
* Merge branch 'master' into teeberg-masterSebastian Thiel2015-01-221-1/+15
|\
| * Fetch now deals with custom refspecs much better.Sebastian Thiel2015-01-221-1/+15
* | Fix some typosJonas Trappenberg2015-01-211-2/+2
|/
* Added advance usage examples to tutorial and made minor fixes.Sebastian Thiel2015-01-211-0/+4
* Remote.fetch|pull() will not use poll/threads anymore as only stderr is read.Sebastian Thiel2015-01-201-0/+1
* Dum brute force conversion of all types.Sebastian Thiel2015-01-041-2/+3
* Removed 'from X import *' whereever possibleSebastian Thiel2015-01-041-2/+18
* Bumped version, updated changelog, reduced code smellSebastian Thiel2015-01-041-2/+2
* Various fixes and improvementsSebastian Thiel2015-01-031-6/+7
* Applied autopep8Sebastian Thiel2014-11-191-14/+15
* pep8 linting (trailing whitespace)Antoine Musso2014-11-161-27/+27
* pep8 linting (whitespace before/after)Antoine Musso2014-11-161-13/+13