aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_generator.py
Commit message (Collapse)AuthorAgeFilesLines
* Add a unitest to verify that all jinja errors are handled correctlyDominik Holland2022-01-271-0/+42
|
* Fixed issues with the testsJuergen Bocklage-Ryannel2017-06-271-1/+1
|
* Added test interface propertiesJuergen Bocklage-Ryannel2017-06-191-1/+1
|
* Changed grammar to allow extending other interfaces.Juergen Bocklage-Ryannel2017-04-291-6/+2
| | | | | | | Open: - Check if extension is actually an interface - Do we want to merge operations, properties and signals? - Later: Need to add profiles to allow a profile without these extensions
* smaller cosmetics update and renamed searchpath for generator to search_pathJuergen Bocklage-Ryannel2017-01-261-3/+3
|
* Started to use .qface file extension for interface files. The parse method ↵Juergen Bocklage-Ryannel2017-01-081-5/+5
| | | | accepts now also a file pattern to find the correct interface files.
* fixed var and method names to follow python conventionsJuergen Ryannel2016-12-201-4/+3
|
* added generator write test caseJuergen Ryannel2016-12-121-6/+23
|
* unified generator parse method to accept a series of files or directories as ↵Juergen Bocklage-Ryannel2016-12-051-0/+19
| | | | input
* cleanup code before open sourcingJuergen Bocklage-Ryannel2016-11-301-4/+4
|
* Unified different lookup calls to only use one on the system and module.Juergen Bocklage-Ryannel2016-11-301-2/+2
|
* Renamed face files to QDL and changed package identified in grammar and ↵Juergen Bocklage-Ryannel2016-11-301-8/+8
| | | | everywhere else to module.
* Update all template files to the new grammar and testsJuergen Bocklage-Ryannel2016-11-301-3/+3
|
* Fixed the tests again. Copied the face files into the tests folder to make ↵Juergen Bocklage-Ryannel2016-11-301-6/+5
| | | | them more contained.
* Renamed IDL files to use the new qface extension.Juergen Bocklage-Ryannel2016-11-301-3/+3
|
* initial commitJuergen Bocklage-Ryannel2016-11-301-0/+41