Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove future imports | Jason R. Coombs | 2018-09-04 | 1 | -2/+0 |
| | |||||
* | If it's not one lint, it's another. | Jason R. Coombs | 2018-05-11 | 1 | -1/+1 |
| | |||||
* | The introduction of ./conftest.py seems to have caused 'tests' to be ↵ | Jason R. Coombs | 2018-05-11 | 1 | -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. Coombs | 2017-10-06 | 1 | -2/+1 |
| | |||||
* | Move imports to the header | Jason R. Coombs | 2017-10-06 | 1 | -1/+2 |
| | |||||
* | Fixup same style string quotes across the repo | Sviatoslav Sydorenko | 2017-03-03 | 1 | -4/+4 |
| | |||||
* | Add docstrings for clarity and to address pre-commit checks. Exclude ↵ | Jason R. Coombs | 2016-12-27 | 1 | -0/+23 |
| | | | | dist-check from pre-commit name check. | ||||
* | Use 'include_package_data' directive to ensure that package data is included ↵ | Jason R. Coombs | 2016-12-26 | 1 | -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. Coombs | 2016-12-26 | 1 | -0/+35 |