summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Remove future importsJason R. Coombs2018-09-041-2/+0
|
* If it's not one lint, it's another.Jason R. Coombs2018-05-111-1/+1
|
* The introduction of ./conftest.py seems to have caused 'tests' to be ↵Jason R. Coombs2018-05-111-4/+12
| | | | prepended to the path. As a result, remove_sys_path_0 no longer worked as expected. Re-write that fixture to accomplish the intended goal.
* For dist-check, cherrypy must be imported late.Jason R. Coombs2017-10-061-2/+1
|
* Move imports to the headerJason R. Coombs2017-10-061-1/+2
|
* Fixup same style string quotes across the repoSviatoslav Sydorenko2017-03-031-4/+4
|
* Add docstrings for clarity and to address pre-commit checks. Exclude ↵Jason R. Coombs2016-12-271-0/+23
| | | | dist-check from pre-commit name check.
* Use 'include_package_data' directive to ensure that package data is included ↵Jason R. Coombs2016-12-261-0/+1
| | | | with the installation. Abandon hacks in INSTALL_SCHEMES and hacks for wininst. Fixes #1538 and #1090.
* Add test capturing failed expectation. Ref #1538.Jason R. Coombs2016-12-261-0/+35