summaryrefslogtreecommitdiff
path: root/setuptools/tests/test_test.py
Commit message (Expand)AuthorAgeFilesLines
* Remove Python 2 compatibilityJason R. Coombs2020-08-161-5/+0
* Reuse @ack_2to3 in TestDevelop.test_2to3_user_modeMiro Hrončok2020-05-121-3/+1
* Emit deprecation warning when 2to3 is used. Ref #2086.Jason R. Coombs2020-05-101-0/+6
* 👹 Feed the hobgoblins (delint).Jason R. Coombs2020-01-191-1/+1
* Remove outdated comment and suppressed exception from test_test.pyJon Dufresne2019-10-221-6/+2
* Merge pull request #1881 from jdufresne/utf-8Paul Ganssle2019-10-221-1/+1
|\
| * Change coding cookie to use utf-8 (lowercase)Jon Dufresne2019-10-211-1/+1
* | Deprecate the test commandJon Dufresne2019-10-211-0/+50
|/
* Feed the hobgoblins (delint).Jason R. Coombs2019-01-261-1/+0
* Remove pytest marker and code for Python < 2.7Nikolaus Waxweiler2018-10-271-4/+0
* Mark Py 2/3-only tests as skip instead of xfailNikolaus Waxweiler2018-10-271-1/+1
* tests: check `test` command run tests only onceBenoit Pierre2017-11-021-2/+41
* tests: improve `test` command testBenoit Pierre2017-11-021-25/+26
* Fix quantity of blank lines.stepshal2016-10-181-1/+0
* 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-93/+59
|\
| * 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 sa...Jason R. Coombs2015-01-021-9/+3
| * 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 six for Python 2 compatibilityJason R. Coombs2014-07-051-4/+5
|/
* 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