summaryrefslogtreecommitdiff
path: root/tests/api_tests.txt
Commit message (Collapse)AuthorAgeFilesLines
* Replaced overly-specific error messages with more general ones for improved ↵Jason R. Coombs2013-08-091-2/+2
| | | | cross-implementation compatibility. Fixes #50.
* Issue 50: Removed filename and line number from SyntaxErrors returned by ↵Jason R. Coombs2013-08-091-4/+4
| | | | invalid_marker. This change simplifies the test and paves the way for supporting PyPy.
* Initial commit. All tests pass on 2.7, 3.2 and 3.3, though there are some ↵Vinay Sajip2013-06-151-3/+3
| | | | atexit errors in the multiprocessing module in 2.7/3.2 (seemingly unrelated to setuptools).
* Add support for Python 3.3 in environment marker testsJason R. Coombs2013-05-281-4/+4
|
* Fix typoJason R. Coombs2013-05-191-1/+1
|
* Update doctest to use syntax suitable for Python 2 and Python 3. Credit to ↵Jason R. Coombs2013-05-191-5/+8
| | | | Lennart Regebro for the [hints in his book](http://python3porting.com/problems.html#handling-expected-exceptions).
* Try doctest with full exception nameJason R. Coombs2013-05-191-14/+14
|
* Merged latest changes from setuptools-0.6 branchJason R. Coombs2013-05-131-8/+99
|
* Fix tests to support 3.x.Martin v. L?wis2009-09-121-6/+6
|
* moved api_tests.txt doctest to tests/Tarek Ziad?2009-07-171-0/+330