summaryrefslogtreecommitdiff
path: root/setuptools/tests/test_svn.py
Commit message (Collapse)AuthorAgeFilesLines
* Removed svn support from setuptools. Ref #313.Jason R. Coombs2014-12-241-245/+0
|
* 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
|
* Additional Tests, Various fixes, and encoding dealingsPhilip Thiem2013-07-201-118/+187
|
* some odd errors.. not sure what still has the directory in use..Philip Thiem2013-07-051-2/+6
|
* fixed some issues with OSErrorPhilip Thiem2013-07-051-4/+83
| | | | have to emulate zipfile extract on py2.5 and earlier for tests
* 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
* removed the objectsPhilip Thiem2013-07-041-21/+2
|
* got some global version done, SVN 1.3.x or later now requiredPhilip Thiem2013-07-041-1/+9
|
* cannot use list since that requires repo access, initial recurse parsingPhilip Thiem2013-07-041-0/+9
|
* finished remove get_url() doesn't seem neededPhilip Thiem2013-07-041-2/+0
|
* get_svn_method now direectly called svn_utils.parse_revisionPhilip Thiem2013-07-041-0/+4
|
* If using a command, we can query the working copy version directly.Philip Thiem2013-07-041-1/+1
|
* 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
* Added an svn test module (needs fixing)Philip Thiem2013-06-301-0/+73
Added a small externals example for tests (currently not used)