summaryrefslogtreecommitdiff
path: root/tests/scan.py
Commit message (Expand)AuthorAgeFilesLines
* scan: support deprecated struct membersJason Crain2020-01-261-0/+17
* scan: extract function to init the scanner from optionsStefan Sauer2019-07-251-0/+5
* mkdb: fix skipping of inline function bodiesStefan Sauer2019-07-241-5/+85
* Add scanner unit tests for deprecation decoratorsXavier Claessens2019-07-171-0/+67
* scan: enable the new exceptionStefan Sauer2019-07-131-8/+6
* tests/scan: add another test for internal inline functionsStefan Sauer2019-07-111-3/+12
* scan: reorder std checksNicola Fontana2019-03-261-0/+18
* scan:reorder imports in testStefan Sauer2019-02-151-1/+2
* scan: fix test class nameStefan Sauer2019-02-021-1/+1
* scan: add a test for title extractionStefan Sauer2019-02-021-0/+9
* scan: add more tests for the subsection logicStefan Sauer2019-02-021-1/+72
* scan: use a header var in the macro testsStefan Sauer2019-02-021-12/+9
* scan: refactor subsection ordering to make the code testable.Stefan Sauer2019-02-021-0/+7
* Add tests for function pointer vars.Stefan Sauer2019-02-021-0/+6
* Add another test for typedef enum variantsStefan Sauer2019-02-021-1/+6
* tests: add scan test or typedefsStefan Sauer2019-02-011-0/+30
* tests: add more scan tests for structs and unionsStefan Sauer2019-01-311-0/+30
* scan: uinify code path around inline functions.Stefan Sauer2019-01-271-0/+11
* scan: fix handling of deprecated sectionsStefan Sauer2019-01-271-0/+35
* scan: add tests for internal functionsStefan Sauer2018-12-191-2/+19
* scan: move 3 tests for inline functions to unit testsStefan Sauer2018-12-181-0/+29
* scan: add more tests for function pointer typedefsStefan Sauer2018-12-131-1/+34
* tests: fix deprecation warning and make text executableStefan Sauer2018-12-121-0/+0
* scan: add more generic testsStefan Sauer2018-12-121-1/+18
* scan: add more coverage for functionsStefan Sauer2018-12-111-3/+10
* scan: add tests for internal struct/union.Stefan Sauer2018-12-091-0/+10
* scan: add parametrized tests for function pointersStefan Sauer2018-12-091-1/+19
* scan: add tests for function pointersStefan Sauer2018-12-071-9/+15
* scan: make more variables workStefan Sauer2018-12-061-4/+3
* scan: add more type coverageStefan Sauer2018-12-031-8/+32
* scan: move more tests to unit testsStefan Sauer2018-12-011-0/+2
* scan: use parameterized for type testsStefan Sauer2018-12-011-11/+58
* tests: move more function tests to the unit testsStefan Sauer2018-11-301-5/+18
* scan: fix more whitespace issuesStefan Sauer2018-11-301-4/+3
* scan: add some tests for functionsStefan Sauer2018-11-301-28/+56
* scan: move more enum/struct tests to unit testsStefan Sauer2018-11-271-0/+20
* scan: move variable declaration tests into the unit testStefan Sauer2018-11-271-2/+32
* scan: move test from the regression suite to the unit testsStefan Sauer2018-11-271-0/+16
* scan: add tests for unions and fix detecting top-level unionsStefan Sauer2018-11-261-0/+36
* scan: add tests for enumStefan Sauer2018-11-261-1/+38
* scan: add tests for structsStefan Sauer2018-11-261-2/+45
* tests: use multiline strings for inputs to preserve newlinesStefan Sauer2018-11-201-14/+13
* scan: fix types in test class nameStefan Sauer2018-11-201-4/+4
* scan: refactor testsuite to prepare for more testsStefan Sauer2018-11-201-11/+57
* scan: actually add the test file :/Stefan Sauer2018-11-191-0/+76