summaryrefslogtreecommitdiff
path: root/tests/README.txt
Commit message (Collapse)AuthorAgeFilesLines
* Simplify test execution (#400)Jon Dufresne2020-12-081-1/+1
| | | | | | | | | | | | Use the stdlib standard entry point for running tests through the command: python -m unittest discover Docs: https://docs.python.org/3/library/unittest.html#unittest-test-discovery This automatically looks for files with the test_ prefix and runs them as tests. This removes the need for the custom test entry point script, all_tests.py.
* mention that tests should be run from the root dir of pycparserEli Bendersky2012-03-141-1/+1
|
* Support for C99 _Complex type. Patch by Andreas KloecknerEli Bendersky2012-01-191-0/+1