summaryrefslogtreecommitdiff
path: root/git/test/test_refs.py
Commit message (Expand)AuthorAgeFilesLines
* tests: move to root dirKonrad Weihmann2020-07-121-568/+0
* Revert moving tests out of 'git' folder, related to #1030Sebastian Thiel2020-07-121-0/+568
* tests: move to root dirKonrad Weihmann2020-07-121-568/+0
* Replace deprecated failUnlessRaises alias with assertRaises in testsHarmon2020-02-161-20/+20
* Rewrite unnecessary dict/list/tuple calls as literalsHugo2018-03-181-1/+1
* chore(lint): flake8 pacificationSebastian Thiel2016-12-081-1/+0
* fix(refs): handle quoted branch namesSebastian Thiel2016-12-081-0/+12
* src: import os.path as ospKostis Anagnostopoulos2016-10-161-13/+15
* io: Wrap (probably) allconfig_writers in `with` blocksKostis Anagnostopoulos2016-10-041-9/+7
* src: No PyDev warningsKostis Anagnostopoulos2016-10-041-2/+2
* fix(Head): checkout() handles detached headSebastian Thiel2016-09-111-0/+6
* Updated unittest.Phil Elson2016-08-191-2/+2
* fix(refs): set fixture different versionSebastian Thiel2016-02-111-1/+1
* test_repo worksSebastian Thiel2015-01-061-2/+4
* Removed 'from X import *' whereever possibleSebastian Thiel2015-01-041-3/+14
* Bumped version, updated changelog, reduced code smellSebastian Thiel2015-01-041-2/+2
* Applied autopep8Sebastian Thiel2014-11-191-1/+1
* pep8 linting (trailing whitespace)Antoine Musso2014-11-161-12/+12
* pep8 linting (double spaces before comment)Antoine Musso2014-11-161-3/+3
* pep8 linting (whitespace before/after)Antoine Musso2014-11-161-22/+22
* pep8 linting (blank lines expectations)Antoine Musso2014-11-161-7/+1
* pep8 linting (whitespaces)Antoine Musso2014-11-161-79/+78
* tabs to 4 spaces - this won't make integrating the patches easier, but it's p...Sebastian Thiel2014-02-091-524/+524
* refs: added constructor flag to allow refs to be instatiated from any path, i...Sebastian Thiel2011-07-041-0/+5
* relaxed implementation when comparing symbolic references against other items...Sebastian Thiel2011-06-081-0/+9
* added test & fix for mangled tagger namesOrestis Markou2011-05-011-0/+10
* Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel2010-11-251-0/+521