summaryrefslogtreecommitdiff
path: root/setuptools/tests/test_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Update vendoring technique to match that used for packaging. Ref #229.Jason R. Coombs2015-12-311-1/+0
|
* Merge with 10.2.1Jason R. Coombs2015-01-021-0/+2
|\
| * Use six for Python 2 compatibilityJason R. Coombs2014-07-051-4/+5
| |
* | Update comment to reflect issue was reported in Distribute.Jason R. Coombs2015-01-021-1/+1
| |
* | Use unicode literals to define files as text, and encode specifically when ↵Jason R. Coombs2015-01-021-9/+3
| | | | | | | | saving files.
* | Extract varJason R. Coombs2015-01-021-2/+3
| |
* | Suppress exceptions in a context for clarity, brevity, and reuse.Jason R. Coombs2015-01-021-5/+2
| |
* | Use quiet contextJason R. Coombs2015-01-021-9/+6
| |
* | Replace setup/teardown with a shorter, more elegant fixture.Jason R. Coombs2015-01-021-37/+23
| |
* | Use useroverride fixtureJason R. Coombs2015-01-021-8/+1
| |
* | Use context openerJason R. Coombs2015-01-021-12/+12
| |
* | Use skipif marker for real_prefixJason R. Coombs2015-01-021-9/+3
| |
* | Python 2.6 can be assumedJason R. Coombs2015-01-021-3/+3
| |
* | Port test_test to pytestJason R. Coombs2015-01-021-4/+3
| |
* | Use DALS for nicer indentationJason R. Coombs2015-01-021-23/+29
| |
* | Remove unused importsJason R. Coombs2015-01-021-2/+0
|/
* Use PY3 and PY2 throughoutJason R. Coombs2014-05-171-2/+2
|
* Clean some imports.Arfrever Frehtes Taifersar Arahesis2014-02-151-2/+4
|
* Re-save test modules with UTF-8 encodingJason R. Coombs2013-06-171-6/+6
|
* Post-merge fixes for Python 3.Vinay Sajip2012-10-101-2/+2
|
* Oups.Lennart Regebro2012-08-241-1/+1
|
* Issue #310: Non-ascii characters in a namespace __init__.py causes errors.Lennart Regebro2012-08-221-6/+15
|
* Added fix for the develop command, #299.Lennart Regebro2012-08-211-3/+4
|
* Added failing test for #299.Lennart Regebro2012-08-211-2/+0
|
* Once the test is correctly setup, the problem actually goes away.Lennart Regebro2012-08-211-5/+9
|
* Add failing test for #301.Lennart Regebro2012-08-211-0/+112