summaryrefslogtreecommitdiff
path: root/conftest.py
Commit message (Collapse)AuthorAgeFilesLines
* Test/CI: Make doctests run on both Py2 and Py3Aarni Koskela2015-12-211-11/+4
| | | | Fixes #293
* Test/CI: Add requisite doctest flags; ignore setup.py and venvsAarni Koskela2015-12-211-1/+1
| | | | | | | | This requires a newer version of py.test, so the requirement is pinned in the CI configuration. See https://pytest.org/latest/doctest.html See https://pytest.org/latest/example/pythoncollection.html#customizing-test-collection-to-find-all-py-files
* run the right test suite by defaultAlex Morega2013-07-061-4/+16
|
* run doctests on python 2Alex Morega2013-07-061-0/+5
| | | | Fixes #10.
* move unit tests outside babel packageAlex Morega2013-07-061-1/+1
|
* run the test suite using py.testAlex Morega2013-07-051-0/+1