summaryrefslogtreecommitdiff
path: root/src/greenlet/tests/test_cpp.py
Commit message (Collapse)AuthorAgeFilesLines
* Move to the src/ layout, and make greenlet a package.issue184Jason Madden2020-11-121-0/+18
Make 'tests' become 'greenlet.tests', and be compatible with 'python -m unittest discover'. Fixes #184. Fixes #184. Fixes #189.