Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use py.test to launch pytest, rather than python -m test, preventing the ↵ | Jason R. Coombs | 2016-12-10 | 1 | -17/+0 |
| | | | | empty path from being added to sys.path per pytest-dev/pytest#2104. Fixes #852. Also use 'usedevelop' as the setuptools.tests.fixtures aren't available in a standard install. | ||||
* | Monkeypatch the 'setuptools.__file__' attribute in test setup to be ↵ | Jason R. Coombs | 2016-12-01 | 1 | -0/+18 |
| | | | | absolute. Workaround for #852. | ||||
* | Clean up conftest.py | Jason R. Coombs | 2016-12-01 | 1 | -5/+4 |
| | |||||
* | Add test to verify the install of Pypi top packages | Thiebaud Weksteen | 2016-11-04 | 1 | -0/+7 |
| | |||||
* | Move fixture to a fixtures module and make that fixture available globally. | Jason R. Coombs | 2015-01-01 | 1 | -0/+1 |