summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | remove bullet points from questions @ PR templateAnna Kurylo2018-10-241-6/+6
| | | |
| * | | remove bullet points before questions in issue templateAnna Kurylo2018-10-241-8/+8
| | | |
* | | | Merge pull request #1753 from bluebirrrrd/bugfix/docs-bannerSviatoslav Sydorenko2018-10-241-4/+13
|\ \ \ \ | |/ / / |/| | | Fix all-covering countdown banner in docs
| * | | remove seconds from the python2 drop countdownAnna Kurylo2018-10-241-1/+1
| | | |
| * | | fix python3 support bannerAnna Kurylo2018-10-241-3/+12
|/ / / | | | | | | | | | | | | | | | change the position of banner from `fixed` to `absolute`, decrease line spacing, fix the color of links, add padding to the message paragraph on wide-screen devices
* | | Add a mailing list badge to READMESviatoslav Sydorenko2018-10-161-0/+3
| | |
* | | Adjust reprconf to match Python 3.8 changesSviatoslav Sydorenko2018-09-301-0/+2
| | |
* | | Wipe out legacy unrepr builder targeting Python 2Sviatoslav Sydorenko2018-09-301-124/+5
| | |
* | | Fix incorrect copying of module names @ autoreloadSviatoslav Sydorenko2018-09-301-1/+4
| | |
* | | Check there's no errors during concurrency testSviatoslav Sydorenko2018-09-301-0/+1
| | |
* | | Fix status code assertions in session testsSviatoslav Sydorenko2018-09-301-3/+3
| | |
* | | Use assert statements in sessions mostlySviatoslav Sydorenko2018-09-301-48/+47
| | |
* | | Fix test issues caused by ignoring session testSviatoslav Sydorenko2018-09-301-4/+4
| | | | | | | | | | | | Close #1534
* | | Fix test issue introduced by fixing #794Sviatoslav Sydorenko2018-09-301-2/+2
| | | | | | | | | | | | Ref https://github.com/cherrypy/cherrypy/commit/96d251c
* | | Unexpect test_2_File_Concurrency to failSviatoslav Sydorenko2018-09-301-1/+0
| | | | | | | | | | | | Fix #1306
* | | Copy modules before iteration in autoreloaderSviatoslav Sydorenko2018-09-281-1/+1
| | | | | | | | | | | | Fixes #1744
* | | Upgrade storing test results in Circle CISviatoslav Sydorenko2018-09-171-2/+0
| | |
* | | Preserve test runs folder in Git treeSviatoslav Sydorenko2018-09-173-2/+2
| | | | | | | | | | | | Fixes #1742
* | | Bump Python 3.6 to the latest patch v under OS XSviatoslav Sydorenko2018-09-161-1/+1
| | |
* | | Bump Python 3.4 to 3.5 in Travis CISviatoslav Sydorenko2018-09-161-3/+3
| | |
* | | Fix pre-commit complaintSviatoslav Sydorenko2018-09-101-1/+4
| | |
* | | Revert "Use UNIX-socket based memcached connection"Sviatoslav Sydorenko2018-09-101-5/+29
| | | | | | | | | | | | This reverts commit 471ae664021fd282217d2e0ed607a697fb01ece6.
* | | Revert "Forcefully stringify memcached socket path"Sviatoslav Sydorenko2018-09-101-1/+1
| | | | | | | | | | | | This reverts commit 43c83f36f36ce0f04d590b83017526429cf217b2.
* | | Forcefully stringify memcached socket pathSviatoslav Sydorenko2018-09-101-1/+1
| | |
* | | Use UNIX-socket based memcached connectionSviatoslav Sydorenko2018-09-101-29/+8
| | |
* | | Put check for memcache client into fixtureSviatoslav Sydorenko2018-09-101-1/+6
| | |
* | | Fix reason for skipif in memcached test suiteSviatoslav Sydorenko2018-09-101-1/+1
| | |
* | | Don't depend on memcached extra of pytest-servicesSviatoslav Sydorenko2018-09-101-1/+1
| | |
* | | Skip memcached tests under WindowsSviatoslav Sydorenko2018-09-101-0/+5
| | |
* | | Don't install pytest-services under winSviatoslav Sydorenko2018-09-101-0/+2
| | |
* | | Improve memcache test skippingSviatoslav Sydorenko2018-09-101-21/+13
| | |
* | | Fix memcached test skippingSviatoslav Sydorenko2018-09-101-2/+11
| | |
* | | Move exception trapping to the right placeSviatoslav Sydorenko2018-09-091-15/+14
| | |
* | | Fix catching "memcached unavailable" exceptionSviatoslav Sydorenko2018-09-091-1/+1
| | |
* | | In _join_daemon, don't use os.wait(). Instead, use waitpid, harmonizing the ↵Jason R. Coombs2018-09-091-17/+3
| | | | | | | | | | | | Unix and Windows approaches, and fixes #1741.
* | | Be smarter about memcached availabilitySviatoslav Sydorenko2018-09-091-1/+8
| | |
* | | Add memcached extra to pytest-services dependencySviatoslav Sydorenko2018-09-091-1/+1
| | |
* | | Use pytest.importorskip in a fixtureSviatoslav Sydorenko2018-09-091-10/+3
| | | | | | | | | | | | It is not a decorator
* | | Reorder importorskip decoratorSviatoslav Sydorenko2018-09-091-1/+1
| | |
* | | Use correct function for importorskip memcacheSviatoslav Sydorenko2018-09-091-13/+1
| | |
* | | Add new tutorial about using pytest and code coverageSviatoslav Sydorenko2018-09-091-0/+95
|\ \ \ | | | | | | | | PR #1739 by @alan412
| * | | Add more terms highlighting and refsSviatoslav Sydorenko2018-09-091-5/+5
| | | |
| * | | Add note about using coverage tracking integrationSviatoslav Sydorenko2018-09-091-0/+4
| | | |
| * | | Improve pragma commentSviatoslav Sydorenko2018-09-091-1/+1
| | | |
| * | | Fix reference to tut12Sviatoslav Sydorenko2018-09-091-2/+2
| | | |
| * | | Made changes suggested in pull request commentsAlan Smith2018-09-081-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 1) Changed from tut02 naming to tut12 2) Show commands with double backticks 3) Make source RST be same length under section title 4) Changed some spacing after periods to be single spaces.
| * | | Adds new tutorial about using pytest and code coverageAlan Smith2018-09-061-0/+91
| | | | | | | | | | | | | | | | Fixes #1731
* | | | pre-commitJason R. Coombs2018-09-091-1/+1
| | | |
* | | | Avoid hard-coded address in memcache sessionsJason R. Coombs2018-09-091-1/+1
| | | |
* | | | importorskip isn't a marker... so use the skipif marker.Jason R. Coombs2018-09-091-2/+13
| | | |