summaryrefslogtreecommitdiff
path: root/pytest.ini
Commit message (Collapse)AuthorAgeFilesLines
* Add tests capturing failure of depends.get_module_constant on Python 3.6. ↵Jason R. Coombs2016-12-281-1/+1
| | | | Ref #866.
* Add test to verify the install of Pypi top packagesThiebaud Weksteen2016-11-041-1/+1
|
* pytest: ignore all .* directoriesLeonardo Rochael Almeida2016-09-081-1/+1
| | | In Cloud9 a .c9 directory is created. Other IDEs like to add .directories as well
* ignore .tox in pytestMin RK2016-07-281-1/+1
| | | avoids errors in setup.py test if tox has been run
* Adding preliminary support for enforcing style rulesJason R. Coombs2016-07-211-0/+3
|
* Ignore pavement.py20.2.2Jason R. Coombs2016-02-271-1/+1
|
* Use the same technique in pkg_resources, relying on an 'extern' module to ↵Jason R. Coombs2015-12-311-1/+1
| | | | | | | resolve the conditional import. --HG-- branch : feature/issue-229
* Modeling after Astropy's technique for bundling libraries, the imports are ↵Jason R. Coombs2015-12-311-1/+1
| | | | | | | now much cleaner. Thanks @embray. Ref #229. --HG-- branch : feature/issue-229
* Suppress testing of upload-releases-as-zip scriptJason R. Coombs2015-11-241-1/+1
|
* Move pytest config to pytest.ini (as it conflicts with the pytest-runner ↵Jason R. Coombs2015-02-251-0/+3
pytest command).