summaryrefslogtreecommitdiff
path: root/setuptools/tests
Commit message (Collapse)AuthorAgeFilesLines
* I'm pretty sure this deviance was incidental.Jason R. Coombs2015-01-011-1/+0
|
* Extract commonality of metadata template.Jason R. Coombs2015-01-011-17/+20
|
* Use contexts for opening filesJason R. Coombs2015-01-011-8/+2
|
* Convert test_dist_info to pytest formJason R. Coombs2015-01-011-15/+8
|
* Removed remainder of unittest dependence in setuptools/tests/__init__.pyJason R. Coombs2015-01-011-96/+83
|
* Unify detection of bytecodeJason R. Coombs2015-01-011-8/+7
|
* Convert DependsTests to pytest discovered tests.Jason R. Coombs2015-01-011-39/+38
|
* Remove additional tests, no longer relevant.Jason R. Coombs2015-01-011-12/+0
|
* Reindent for clarityJason R. Coombs2015-01-011-2/+8
|
* Leverage LocalPath characteristics of tmpdir.Jason R. Coombs2015-01-011-17/+13
|
* Extract prep_script methodJason R. Coombs2015-01-011-3/+8
|
* Update docsJason R. Coombs2015-01-011-2/+2
|
* More context managersJason R. Coombs2015-01-011-7/+7
|
* Simplify script creation with context managers and leveraging local ↵Jason R. Coombs2015-01-011-11/+7
| | | | variables for the template population.
* Ported window wrapper tests from doctest to unit tests.Jason R. Coombs2015-01-012-154/+178
|
* Use pytest importorskip for skip logicJason R. Coombs2014-12-311-4/+2
|
* Rewrite assertJason R. Coombs2014-12-311-11/+7
|
* Use contextlib.closing on tarfile compat shimJason R. Coombs2014-12-311-4/+2
|
* Use underlying invocation of ._load directlyJason R. Coombs2014-12-311-1/+1
|
* Add test capturing requirement. Ref #320.Jason R. Coombs2014-12-311-0/+18
|
* Add test capturing failure. Ref #319.Jason R. Coombs2014-12-301-0/+17
|
* Merge with remove-svnJason R. Coombs2014-12-3036-2096/+2
|\
| * Merge master with remove-svnJason R. Coombs2014-12-251-1/+1
| |\
| * | Removing test dataJason R. Coombs2014-12-2532-1470/+0
| | |
| * | Removed svn support from setuptools. Ref #313.Jason R. Coombs2014-12-244-626/+2
| | |
* | | Merge with masterJason R. Coombs2014-12-302-86/+83
|\ \ \
| * | | Please don't feign a monkey patch when one isn't used.Jason R. Coombs2014-12-301-6/+2
| | | |
| * | | Slice the iterable rather than converting to a list and slicing that.Jason R. Coombs2014-12-301-1/+3
| | | |
| * | | Reindent for clarityJason R. Coombs2014-12-301-3/+6
| | | |
| * | | Remove unused importJason R. Coombs2014-12-301-1/+0
| | | |
| * | | Remove reset_setup_stop_context and reindent.Jason R. Coombs2014-12-301-27/+12
| | | |
| * | | reset_setup_stop_context is apparently no longer needed.Jason R. Coombs2014-12-301-4/+3
| | | |
| * | | ReindentJason R. Coombs2014-12-301-10/+7
| | | |
| * | | Extract script variable for clarityJason R. Coombs2014-12-301-4/+6
| | | |
| * | | Extract common operation of dedent and left stripJason R. Coombs2014-12-301-8/+16
| | | |
| * | | Remove spurious reference to self. Remove debugging code.Jason R. Coombs2014-12-301-2/+1
| | | |
| * | | Try without self, as methods are set on the instance. Also include ↵Jason R. Coombs2014-12-301-3/+4
| | | | | | | | | | | | | | | | parameters to __exit__.
| * | | Include __enter__ in shimJason R. Coombs2014-12-301-1/+2
| | | |
| * | | Add compatibility shim for tarfile.openJason R. Coombs2014-12-302-1/+15
| | | |
| * | | Rewrite file operations using context managers.Jason R. Coombs2014-12-301-17/+9
| | | |
| * | | Rewrite test to remove Windows-specific handling and instead capture the ↵Jason R. Coombs2014-12-301-4/+3
| | | | | | | | | | | | | | | | underlying expectation.
| * | | Indent script for clarityJason R. Coombs2014-12-301-18/+18
| | | |
* | | | ReindentJason R. Coombs2014-12-291-2/+2
| | | |
* | | | Make sure to monkey-patch the easy_install module in the setup context. ↵Jason R. Coombs2014-12-291-0/+24
|/ / / | | | | | | | | | Fixes the other former test failure. Ref #315.
* | | Use pytest to capture exceptionJason R. Coombs2014-12-291-2/+4
| | |
* | | Rename variable for clarity.Jason R. Coombs2014-12-291-2/+2
| | |
* | | Remove duplicate importJason R. Coombs2014-12-291-1/+0
| | |
* | | Remove unused importJason R. Coombs2014-12-291-1/+0
| |/ |/|
* | Move api_tests to pkg_resources package. Fixes #312.Jason R. Coombs2014-12-251-1/+1
|/
* Setuptools now uses the 'packaging' package from pkg_resources, unifying the ↵Jason R. Coombs2014-12-241-4/+2
| | | | behavior around resolution of that package.