summaryrefslogtreecommitdiff
path: root/tests/test_lookup.py
Commit message (Collapse)AuthorAgeFilesLines
* Added initial support fragment lookup e.g. org.example.tuner.Tuner#scan the ↵Juergen Bocklage-Ryannel2017-02-011-0/+6
| | | | part after the # identifies a property/operation/signal
* Ensured we always use the path module and not the pathlib module from ↵Juergen Bocklage-Ryannel2017-01-301-2/+2
| | | | Python3. Also when pathlib is now a standard module, the path module has more convenience operations.
* Started to use .qface file extension for interface files. The parse method ↵Juergen Bocklage-Ryannel2017-01-081-1/+1
| | | | accepts now also a file pattern to find the correct interface files.
* fixed var and method names to follow python conventionsJuergen Ryannel2016-12-201-5/+4
|
* cleanup code before open sourcingJuergen Bocklage-Ryannel2016-11-301-6/+6
|
* Unified different lookup calls to only use one on the system and module.Juergen Bocklage-Ryannel2016-11-301-0/+37