Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | 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 |
* | 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 |
* | Merge with 10.2.1 | Jason R. Coombs | 2015-01-02 | 1 | -93/+59 |
|\ | |||||
| * | 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 sa... | Jason R. Coombs | 2015-01-02 | 1 | -9/+3 |
| * | 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 |
|/ | |||||
* | 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 |
* | Post-merge fixes for Python 3. | Vinay Sajip | 2012-10-10 | 1 | -2/+2 |
* | Oups. | Lennart Regebro | 2012-08-24 | 1 | -1/+1 |
* | Issue #310: Non-ascii characters in a namespace __init__.py causes errors. | Lennart Regebro | 2012-08-22 | 1 | -6/+15 |
* | Added fix for the develop command, #299. | Lennart Regebro | 2012-08-21 | 1 | -3/+4 |
* | Added failing test for #299. | Lennart Regebro | 2012-08-21 | 1 | -2/+0 |
* | Once the test is correctly setup, the problem actually goes away. | Lennart Regebro | 2012-08-21 | 1 | -5/+9 |
* | Add failing test for #301. | Lennart Regebro | 2012-08-21 | 1 | -0/+112 |