aboutsummaryrefslogtreecommitdiff
path: root/git/test/test_submodule.py
AgeCommit message (Expand)Author
2015-01-19Submodule.move() will auto-rename the submodule if the name was equal to the ...Sebastian Thiel
2015-01-19Implemented Submodule.rename()Sebastian Thiel
2015-01-19Submodule.move() fixed to deal with 'non-gitfile' clones appropriately.Sebastian Thiel
2015-01-19Basic submodule tests are working once again !Sebastian Thiel
2015-01-17Submodule.remove() now seems to work properly, nearly all tests are back.Sebastian Thiel
2015-01-17Made sure dry-run is properly implemented in Submodule.remove()Sebastian Thiel
2015-01-17Submodule.remove() now deals with .git files correctly.Sebastian Thiel
2015-01-17Assured Submodule.(update|move) are dealing with .git files appropriately.Sebastian Thiel
2015-01-16Implemented more tests and made use of .git files when adding submodulesSebastian Thiel
2015-01-15Fixed previously failing testSebastian Thiel
2015-01-15Verified that it apparently is impossible to add empty submodules using git-p...Sebastian Thiel
2015-01-15Submodule.add() can now handle absolute module paths in agreement to the doc ...Sebastian Thiel
2015-01-15Added the first submodule will no longer cause an IOError.Sebastian Thiel
2015-01-06test_submodule worksSebastian Thiel
2015-01-06test_repo worksSebastian Thiel
2015-01-04Dum brute force conversion of all types.Sebastian Thiel
2015-01-04Removed 'from X import *' whereever possibleSebastian Thiel
2015-01-04Bumped version, updated changelog, reduced code smellSebastian Thiel
2015-01-03Fixed all remaining non-performance testsSebastian Thiel
2014-11-19Applied autopep8Sebastian Thiel
2014-11-16pep8 linting (trailing whitespace)Antoine Musso
2014-11-16pep8 linting (double spaces before comment)Antoine Musso
2014-11-16pep8 linting (whitespace before/after)Antoine Musso
2014-11-16pep8 linting (blank lines expectations)Antoine Musso
2014-11-16pep8 linting (whitespaces)Antoine Musso
2014-02-09tabs to 4 spaces - this won't make integrating the patches easier, but it's p...Sebastian Thiel
2011-06-13test_submodule doesn't assume latest version of gitdb anymoreSebastian Thiel
2011-06-13fixed submodule test to work on windowsSebastian Thiel
2011-06-13test_submodule: Will now load everything into memory if smmap is present, to ...Sebastian Thiel
2011-06-10Fixed submodule tests to go with either the old or the new version of gitdbSebastian Thiel
2011-06-07Fixed submodule test. Just a tiny thingSebastian Thiel
2010-12-01Submodule tests are functional once again.Sebastian Thiel
2010-12-01Fixed import of gitdb, keeping changed gitdb commit so that the submodule tes...Sebastian Thiel
2010-11-25Fixed all testcasesSebastian Thiel
2010-11-25Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel