aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests/test_svn.py
Commit message (Collapse)AuthorAgeFilesLines
* Use io.open() instead of codecs.open().Arfrever Frehtes Taifersar Arahesis2014-02-071-4/+3
| | | | (builtins.open() is io.open() in Python 3.)
* Modified setuptools.test.environment.ZipEnvironment to not choke on a bypassedPhilip Thiem2013-12-071-4/+27
| | | | | | | | setUp. test_egg_info, test_sdist, and test_svn all had tests that needed to be bypassed when svn was not present. tests.py26compat contains a SkipIf decorator for skipping. This worked after ironing a few wrinkles. The conditions is evaluated and stored in test_svn._svn_check.
* Delint (remove unused imports, excess whitespace, unnecessary syntax, and ↵Jason R. Coombs2013-11-051-19/+2
| | | | unused variables)
* Tweaks to get everything to pass again.Philip Thiem2013-07-201-7/+8
| | | | | --HG-- extra : rebase_source : 352b6baf81e891d13f7310bbeb94d2cfce9dbad8
* Additional Tests, Various fixes, and encoding dealingsPhilip Thiem2013-07-201-118/+187
| | | | | --HG-- extra : rebase_source : 2734e79e08e194923eab8c70f92cb77bce7daccf
* some odd errors.. not sure what still has the directory in use..Philip Thiem2013-07-051-2/+6
| | | | | --HG-- extra : rebase_source : c3c3369ee8fc51f6625e8e59552ccf01f5332887
* fixed some issues with OSErrorPhilip Thiem2013-07-051-4/+83
| | | | | | | have to emulate zipfile extract on py2.5 and earlier for tests --HG-- extra : rebase_source : c6ad4eab19a2a454b8b8043d88d9582168f617aa
* consolidated externals and enteries because enteries need to file toPhilip Thiem2013-07-041-8/+5
| | | | | | | | interate over and both get called by the same callback. pep8 on svn_utils --HG-- extra : rebase_source : fa65ebfc167041b5c2e1b2bd901e9354cfaea57e
* removed the objectsPhilip Thiem2013-07-041-21/+2
| | | | | --HG-- extra : rebase_source : 19c8be226a698813103dc2393b3b154060d90669
* got some global version done, SVN 1.3.x or later now requiredPhilip Thiem2013-07-041-1/+9
| | | | | --HG-- extra : rebase_source : def9ab923ee6455791c92334ee79c09d9164c43e
* cannot use list since that requires repo access, initial recurse parsingPhilip Thiem2013-07-041-0/+9
| | | | | --HG-- extra : rebase_source : 87deb8066a0cb067e7bccc63cc156b7fed30ea29
* finished remove get_url() doesn't seem neededPhilip Thiem2013-07-041-2/+0
| | | | | --HG-- extra : rebase_source : 7dc845ac0d00407fe087e15d04fc3f75962d0fe6
* get_svn_method now direectly called svn_utils.parse_revisionPhilip Thiem2013-07-041-0/+4
| | | | | --HG-- extra : rebase_source : 4af53ce7fcf4d69c0d65800e57fabec7d081ce35
* If using a command, we can query the working copy version directly.Philip Thiem2013-07-041-1/+1
| | | | | --HG-- extra : rebase_source : e329ddea4345c4acd90997e8994bd3715926cfbb
* Finished some 1.7 tests, and updated the zip file to include the .svn dirsPhilip Thiem2013-06-301-34/+51
| | | | | | | Several fixes to get the code to pass the tests --HG-- extra : rebase_source : 76e13888a6efc871cc254076c7e58f201af24472
* Added an svn test module (needs fixing)Philip Thiem2013-06-301-0/+73
Added a small externals example for tests (currently not used) --HG-- extra : rebase_source : 5f2b31f8aa68a4b4f30e071b8b4bdad98c2cc595