aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/tests/vcs
AgeCommit message (Collapse)Author
2012-11-29fixed testsMarcin Kuzminski
--HG-- branch : beta
2012-11-05Implemented generation of changesets basedMarcin Kuzminski
on whole diff instead of per file diff. That can give a big speed improvement for large changesets in repositories with large history. - improved handling of binary files - show renames of binary files - implemented new diff limit functionality - unify diff generation between hg and git - Added binary indicators for changed files, - added diff lib tests --HG-- branch : beta extra : amend_source : 0648fbfbaf56e25c177ab5c34ba75a9edd227561
2012-10-27fixes #630 git statistics do too much work making them slow.Marcin Kuzminski
added/changed/removed methods didn't use generator methods to return the list of changes - added test for that case --HG-- branch : beta
2012-10-03fixes #591 git backend was causing encoding errors when handling binary filesMarcin Kuzminski
- added a test case for VCS lib tests --HG-- branch : beta
2012-08-07fix vcs test after get_user_home patchMarcin Kuzminski
--HG-- branch : beta
2012-07-04Synced vcs with upstreamMarcin Kuzminski
--HG-- branch : beta
2012-07-01orginized test moduleMarcin Kuzminski
- separated test models into separate files - added scripts for script tests - few fixes and renames for readability --HG-- branch : beta rename : rhodecode/tests/test_models.py => rhodecode/tests/models/test_notifications.py rename : rhodecode/tests/mem_watch => rhodecode/tests/scripts/mem_watch rename : rhodecode/tests/_test_concurency.py => rhodecode/tests/scripts/test_concurency.py rename : rhodecode/tests/rhodecode_crawler.py => rhodecode/tests/scripts/test_crawler.py rename : rhodecode/tests/test_hg_operations.py => rhodecode/tests/scripts/test_scm_operations.py
2012-06-14Initial version of landing revisions ref #483Marcin Kuzminski
- fixed relevant tests for creation of repo - added some tests for git --HG-- branch : beta extra : rebase_source : 9492ab68331ff0f7fe1a6570c506bcbcd0c66b39
2012-06-14whitespace cleanupMarcin Kuzminski
--HG-- branch : beta
2012-06-13Added vcs testsuite for better integration tests + added fetchingMarcin Kuzminski
of two new repos into test env for rhodecode --HG-- branch : beta