| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Test is passing when LC_CTYPE isn't present. According to the original ↵ | Jason R. Coombs | 2015-01-03 | 1 | -1/+1 | |
| | | | | | ticket, Distribute 103, this test was only failing for "C" and "POSIX", so only expect the failure there. | |||||
| * | Rewrite skip/xfail | Jason R. Coombs | 2015-01-03 | 1 | -17/+19 | |
| | | ||||||
| * | Restore missing import | Jason R. Coombs | 2015-01-03 | 1 | -1/+1 | |
| | | ||||||
| * | Moved test_resources and test_pkg_resources to pkg_resources package. | Jason R. Coombs | 2015-01-03 | 1 | -608/+0 | |
| | | ||||||
| * | Remove remaining reference to setuptools from test_resources | Jason R. Coombs | 2015-01-03 | 1 | -2/+1 | |
| | | ||||||
| * | Moved TestScriptHeader tests to more appropriate module. | Jason R. Coombs | 2015-01-03 | 2 | -69/+70 | |
| | | ||||||
| * | Bumped to 11.1 in preparation for next release. | Jason R. Coombs | 2015-01-02 | 1 | -1/+1 | |
| | | ||||||
| * | Bumped to 11.0 in preparation for next release.11.0 | Jason R. Coombs | 2015-01-02 | 1 | -1/+1 | |
| | | ||||||
| * | Bumped to 10.2.2 in preparation for next release. | Jason R. Coombs | 2015-01-02 | 1 | -1/+1 | |
| | | ||||||
| * | Bumped to 10.2.1 in preparation for next release.10.2.1 | Jason R. Coombs | 2015-01-02 | 1 | -1/+1 | |
| | | ||||||
| * | Move tests to be adjacent with other parsing tests. | Jason R. Coombs | 2015-01-02 | 1 | -0/+5 | |
| | | ||||||
| * | Bumped to 10.3 in preparation for next release. | Jason R. Coombs | 2015-01-02 | 1 | -1/+1 | |
| | | ||||||
| * | Move docstring to test class. | Jason R. Coombs | 2015-01-02 | 1 | -5/+7 | |
| | | ||||||
| * | Extract three more tests, using fixtures to unify the common aspects. | Jason R. Coombs | 2015-01-02 | 1 | -41/+83 | |
| | | ||||||
| * | Split the first test into two more tests. | Jason R. Coombs | 2015-01-02 | 1 | -4/+8 | |
| | | ||||||
| * | Split test into two | Jason R. Coombs | 2015-01-02 | 1 | -0/+2 | |
| | | ||||||
| * | Use mock to patch msvc9compiler.Reg. | Jason R. Coombs | 2015-01-02 | 1 | -46/+44 | |
| | | ||||||
| * | Remove unittest dependency from test_msvc9compiler. | Jason R. Coombs | 2015-01-02 | 1 | -6/+5 | |
| | | ||||||
| * | Use closing for Python 2.6 compatibility | Jason R. Coombs | 2015-01-02 | 1 | -1/+2 | |
| | | ||||||
| * | Open zip file in context | Jason R. Coombs | 2015-01-02 | 1 | -5/+2 | |
| | | ||||||
| * | woh what? | Jason R. Coombs | 2015-01-02 | 1 | -1/+1 | |
| | | ||||||
| * | Use tempdir context | Jason R. Coombs | 2015-01-02 | 1 | -8/+3 | |
| | | ||||||
| * | Replace comment with clearer docstring. | Jason R. Coombs | 2015-01-02 | 1 | -2/+4 | |
| | | ||||||
| * | Leverage fixtures for sample project and user_overrides. | Jason R. Coombs | 2015-01-02 | 1 | -35/+18 | |
| | | ||||||
| * | Remove copy pasta | Jason R. Coombs | 2015-01-02 | 1 | -2/+0 | |
| | | ||||||
| * | Remove dependence on unittest in test_upload_docs | Jason R. Coombs | 2015-01-02 | 1 | -4/+3 | |
| | | ||||||
| * | Use DALS | Jason R. Coombs | 2015-01-02 | 1 | -4/+9 | |
| | | ||||||
| * | Normalize imports | Jason R. Coombs | 2015-01-02 | 1 | -1/+8 | |
| | | ||||||
| * | 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 | 2 | -5/+10 | |
| | | ||||||
| * | 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 | |
| | | ||||||
| * | Converted sdist tests to pytest | Jason R. Coombs | 2015-01-02 | 1 | -30/+25 | |
| | | ||||||
| * | Use tmpdir fixture | Jason R. Coombs | 2015-01-02 | 1 | -16/+8 | |
| | | ||||||
| * | Minor cleanup | Jason R. Coombs | 2015-01-02 | 1 | -7/+5 | |
| | | ||||||
| * | Use importorskip to detect/load win32com | Jason R. Coombs | 2015-01-02 | 1 | -28/+17 | |
| | | ||||||
| * | Ported test_sandbox to pytest from unittest. | Jason R. Coombs | 2015-01-02 | 1 | -7/+3 | |
| | | ||||||
| * | Ported test_resources to pytest from unittest. | Jason R. Coombs | 2015-01-02 | 1 | -183/+200 | |
| | | ||||||
| * | Remove additional references to unittest. | Jason R. Coombs | 2015-01-02 | 1 | -3/+1 | |
| | | ||||||
| * | Use tmpdir in test_local_index for brevity and isolation. | Jason R. Coombs | 2015-01-02 | 1 | -9/+6 | |
| | | ||||||
| * | Remove dependence on unittest in favor of pytest for test_packgeindex | Jason R. Coombs | 2015-01-02 | 1 | -27/+36 | |
| | | ||||||
