Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reuse @ack_2to3 in TestDevelop.test_2to3_user_mode | Miro Hrončok | 2020-05-12 | 1 | -3/+1 |
| | | | | Fixes https://github.com/pypa/setuptools/issues/2100 | ||||
* | Emit deprecation warning when 2to3 is used. Ref #2086. | Jason R. Coombs | 2020-05-10 | 1 | -0/+6 |
| | |||||
* | 👹 Feed the hobgoblins (delint). | Jason R. Coombs | 2020-01-19 | 1 | -1/+1 |
| | |||||
* | Remove outdated comment and suppressed exception from test_test.py | Jon Dufresne | 2019-10-22 | 1 | -6/+2 |
| | | | | | The test command has not called sys.exit since commit 2c4fd43277fc477d85b50e15c37b176136676270. | ||||
* | Merge pull request #1881 from jdufresne/utf-8 | Paul Ganssle | 2019-10-22 | 1 | -1/+1 |
|\ | | | | | Change coding cookie to use utf-8 (lowercase) | ||||
| * | Change coding cookie to use utf-8 (lowercase) | Jon Dufresne | 2019-10-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While perfectly valid, the encoding 'UTF-8' (uppercase) is not recognized by the Emacs MULE system. As such, it displays the following warning when opening a file with it used as an encoding cookie: Warning (mule): Invalid coding system ‘UTF-8’ is specified for the current buffer/file by the :coding tag. It is highly recommended to fix it before writing to a file. Some discussion of this can be found at: https://stackoverflow.com/questions/14031724/how-to-make-emacs-accept-utf-8-uppercase-encoding While the post does offer a workaround for Emacs users, rather than ask all to implement it, use the more typical utf-8 (lowercase). | ||||
* | | Deprecate the test command | Jon Dufresne | 2019-10-21 | 1 | -0/+50 |
|/ | | | | | | | Provide a warning to users. Suggest using tox as an alternative generic entry point. Refs #1684 | ||||
* | Feed the hobgoblins (delint). | Jason R. Coombs | 2019-01-26 | 1 | -1/+0 |
| | |||||
* | Remove pytest marker and code for Python < 2.7 | Nikolaus Waxweiler | 2018-10-27 | 1 | -4/+0 |
| | |||||
* | Mark Py 2/3-only tests as skip instead of xfail | Nikolaus Waxweiler | 2018-10-27 | 1 | -1/+1 |
| | | | | | Also reuse pre-defined py2_only and py3_only decorators where appropriate. | ||||
* | tests: check `test` command run tests only once | Benoit Pierre | 2017-11-02 | 1 | -2/+41 |
| | |||||
* | tests: improve `test` command test | Benoit Pierre | 2017-11-02 | 1 | -25/+26 |
| | | | | | | | - cleanup test: we're not installing, so no need to override the user site, or skip the test when run with a virtual environment - use pytest support for capturing output (`context.quiet` does not work with Python 2), and check the output | ||||
* | Fix quantity of blank lines. | stepshal | 2016-10-18 | 1 | -1/+0 |
| | |||||
* | Update vendoring technique to match that used for packaging. Ref #229. | Jason R. Coombs | 2015-12-31 | 1 | -1/+0 |
| | | | | | --HG-- branch : feature/issue-229 | ||||
* | Merge with 10.2.1 | Jason R. Coombs | 2015-01-02 | 1 | -93/+59 |
|\ | | | | | | | | | --HG-- branch : feature/issue-229 | ||||
| * | Update comment to reflect issue was reported in Distribute. | Jason R. Coombs | 2015-01-02 | 1 | -1/+1 |
| | | |||||
| * | Use unicode literals to define files as text, and encode specifically when ↵ | Jason R. Coombs | 2015-01-02 | 1 | -9/+3 |
| | | | | | | | | saving files. | ||||
| * | Extract var | Jason R. Coombs | 2015-01-02 | 1 | -2/+3 |
| | | |||||
| * | Suppress exceptions in a context for clarity, brevity, and reuse. | Jason R. Coombs | 2015-01-02 | 1 | -5/+2 |
| | | |||||
| * | Use quiet context | Jason R. Coombs | 2015-01-02 | 1 | -9/+6 |
| | | |||||
| * | Replace setup/teardown with a shorter, more elegant fixture. | Jason R. Coombs | 2015-01-02 | 1 | -37/+23 |
| | | |||||
| * | Use useroverride fixture | Jason R. Coombs | 2015-01-02 | 1 | -8/+1 |
| | | |||||
| * | Use context opener | Jason R. Coombs | 2015-01-02 | 1 | -12/+12 |
| | | |||||
| * | Use skipif marker for real_prefix | Jason R. Coombs | 2015-01-02 | 1 | -9/+3 |
| | | |||||
| * | Python 2.6 can be assumed | Jason R. Coombs | 2015-01-02 | 1 | -3/+3 |
| | | |||||
| * | Port test_test to pytest | Jason R. Coombs | 2015-01-02 | 1 | -4/+3 |
| | | |||||
| * | Use DALS for nicer indentation | Jason R. Coombs | 2015-01-02 | 1 | -23/+29 |
| | | |||||
| * | Remove unused imports | Jason R. Coombs | 2015-01-02 | 1 | -2/+0 |
| | | |||||
* | | Use six for Python 2 compatibility | Jason R. Coombs | 2014-07-05 | 1 | -4/+5 |
|/ | | | | | | --HG-- branch : feature/issue-229 extra : source : 7b1997ececc5772798ce33a0f8e77387cb55a977 | ||||
* | Use PY3 and PY2 throughout | Jason R. Coombs | 2014-05-17 | 1 | -2/+2 |
| | |||||
* | Clean some imports. | Arfrever Frehtes Taifersar Arahesis | 2014-02-15 | 1 | -2/+4 |
| | |||||
* | Re-save test modules with UTF-8 encoding | Jason R. Coombs | 2013-06-17 | 1 | -6/+6 |
| | | | | | | | --HG-- branch : distribute extra : rebase_source : 6728580b2f2f10026fe0f196db7ea5510acac704 extra : histedit_source : f4fbf02bbe3e4e39caf1aa2f5a354c99d9249e65 | ||||
* | Post-merge fixes for Python 3. | Vinay Sajip | 2012-10-10 | 1 | -2/+2 |
| | | | | | | --HG-- branch : distribute extra : source : 6b9041dea7b9197f6ea1fb993d7a05dd4f7c580d | ||||
* | Oups. | Lennart Regebro | 2012-08-24 | 1 | -1/+1 |
| | | | | | | --HG-- branch : distribute extra : rebase_source : 515bd00c3028ba0d58e57fd51d524a798b9b898d | ||||
* | Issue #310: Non-ascii characters in a namespace __init__.py causes errors. | Lennart Regebro | 2012-08-22 | 1 | -6/+15 |
| | | | | | | --HG-- branch : distribute extra : rebase_source : 668e1c79a2bcc314bcf1f7213b317766bb8511ab | ||||
* | Added fix for the develop command, #299. | Lennart Regebro | 2012-08-21 | 1 | -3/+4 |
| | | | | | | --HG-- branch : distribute extra : rebase_source : ef69472e5a9ce97d9102578898e81e516f06497a | ||||
* | Added failing test for #299. | Lennart Regebro | 2012-08-21 | 1 | -2/+0 |
| | | | | | | --HG-- branch : distribute extra : rebase_source : 4a3ac76a6a49e06e1fecd1d6f4e08fa922f82f73 | ||||
* | Once the test is correctly setup, the problem actually goes away. | Lennart Regebro | 2012-08-21 | 1 | -5/+9 |
| | | | | | | --HG-- branch : distribute extra : rebase_source : 8a1c310010599165aa973bb207b07616428df66b | ||||
* | Add failing test for #301. | Lennart Regebro | 2012-08-21 | 1 | -0/+112 |
--HG-- branch : distribute extra : rebase_source : 2972e762cdab88e90c1c8b9b9a336afc641e996f |