| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Modified setuptools.test.environment.ZipEnvironment to not choke on a bypassed | Philip Thiem | 2013-12-07 | 1 | -0/+7 |
| | | | | | | | | | 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. | ||||
| * | Earlier Versions of python used gzip and tar directly. So I need to | Philip Thiem | 2013-11-11 | 1 | -12/+18 |
| | | | | | | make sure they are in the paths for the legacy tests (why did it work before). Let us hope that svn is not in that directory... | ||||
| * | For .svn legacy fallback, look for the files in the .svn not the directory. | Philip Thiem | 2013-11-11 | 1 | -1/+49 |
| | | | | | | | | | | | | | | | | | (Fixed unexpected deprecation warning from prombredanne) Also removed the warning from fallback, only a deprecation warning is issued. Environment.py whitespacing Created a specialized command executor for tests in Environment.py Legacy Test in test_egg_info now supresses the deprecation warning. PythonPath is now explicitly controlled to allow setup.py test on clean python installations. *Fixes Issue #101* Moved some dummy svn tests from test_sdist to test_egg_info since they are egg_info tests. Downgraded a with statement in a test since we haven't offically dropped 2.4 support, however, maybe it is time. Added a test case to ensure no extranuous output on sdist with a simple dummy package without rev ctrl. | ||||
| * | Additional Tests, Various fixes, and encoding dealings | Philip Thiem | 2013-07-20 | 1 | -0/+104 |
