summaryrefslogtreecommitdiff
path: root/Cython/Tests
Commit message (Expand)AuthorAgeFilesLines
* Add Cython.Utils to the list of compiled modules and include a faster @contex...Stefan Behnel2022-01-311-1/+33
* Add `clear_method_caches` to Utils.py (#4338)0dminnimda2021-10-281-1/+87
* Import TextTestResult in test runner instead of _TextTestResult (GH-4415)da-woods2021-10-171-4/+4
* Remove accidentally duplicated test code.Stefan Behnel2021-07-101-1/+0
* Clean up test and add one for writing dedented text in tests.Stefan Behnel2021-07-031-3/+17
* Fix test in Py2.Stefan Behnel2021-07-031-1/+4
* Add some test helper functions to create (source) files from tests.Stefan Behnel2021-07-031-0/+53
* Fix `return None` in CodeWriter. (GH-3795)Tao He2020-09-011-0/+16
* Improve syntax feature support of Cython CodeWriter (GH-3514)Tao He2020-07-021-0/+23
* Fix many indentation and whitespace issues throughout the code base (GH-3673)scoder2020-06-102-8/+5
* Make CodeWriter inherit from ExpressionWriter in order to support all kinds o...Stefan Behnel2020-04-181-0/+9
* Fix some deprecated unittest method usages.Stefan Behnel2019-03-141-2/+2
* REF: Move CompilationOptions and default_options to OptionsBrock Mendel2019-02-101-3/+3
* Convert CodeWriter tests to Py3 syntax.Stefan Behnel2019-01-121-5/+4
* Add a "CYTHON_HEX_VERSION" macro in the style of PY_HEX_VERSION that user cod...Stefan Behnel2018-08-261-0/+11
* Trivial typo fixesUnknown2017-10-171-1/+1
* Delete trailing spacesmathbunnyru2017-01-121-4/+4
* rename "jedi-typer.py" script to "jedityper.py" to make it importable (which ...Stefan Behnel2015-07-301-3/+3
* can handle conflicting types nowTzer-jen Wei2015-07-281-2/+2
* add tests for list, set, dictTzer-jen Wei2015-07-281-3/+86
* go back to using StringIO for XML test reporter in Py2Stefan Behnel2015-07-261-3/+7
* adapt 'unicode' usage to Py2/Py3Stefan Behnel2015-07-261-1/+1
* fix testStefan Behnel2015-07-261-1/+1
* make some imports compatible with Py2/Py3Stefan Behnel2015-07-251-1/+3
* write XML results before printing test results to make it more likely that we...Stefan Behnel2015-07-081-5/+5
* fix error reporting in xml test runnerStefan Behnel2015-02-211-1/+1
* improve robustness of xmlrunner in face of custom test error handling mechani...Stefan Behnel2015-01-181-0/+3
* improve robustness of xmlrunner in face of custom test error handling mechani...Stefan Behnel2015-01-111-4/+19
* move JediTyper into Tools directory as it's not in a state that would suggest...Stefan Behnel2014-08-291-0/+142
* remove some legacy Py2.[345] codeStefan Behnel2014-03-221-7/+4
* fix some unnecessary Py1.x-isms in the code baseStefan Behnel2014-01-171-6/+6
* fix test result reportingStefan Behnel2013-04-211-2/+4
* xmlrunner: use TextNode when data can't be represented as single CDATAVitja Makarov2012-02-231-5/+12
* xmlrunner: Don't overwrite old stdin/stdoutVitja Makarov2012-02-231-1/+5
* fix many empty __init__ filesLisandro Dalcin2011-04-011-1/+1
* fix Py2.7 warningStefan Behnel2011-01-281-1/+1
* another xml test runner fix to make stdout/stderr output more accessibleStefan Behnel2011-01-201-11/+11
* fix xml test result generation to restrict the captured stdout/stderr to the ...Stefan Behnel2011-01-201-67/+70
* Remove trailing whitespace.Robert Bradshaw2010-12-133-69/+69
* newlinesRobert Bradshaw2010-12-101-1/+1
* lots of testsMark Florisson2010-10-311-0/+67
* Py3 fixStefan Behnel2010-03-131-1/+1
* disable forked testing when collecting test results as XML, doesn't currently...Stefan Behnel2010-03-131-9/+5
* trial test fix for Py2.7Stefan Behnel2010-03-131-6/+10
* test output formattingStefan Behnel2010-03-131-1/+1
* Py2.3 test fixStefan Behnel2010-03-131-3/+3
* Py2.3 test fixStefan Behnel2010-03-131-2/+5
* Py2.3 test work-aroundStefan Behnel2010-03-111-1/+3
* fix test crashesStefan Behnel2010-03-061-5/+5
* safety fixStefan Behnel2010-03-051-1/+1