summaryrefslogtreecommitdiff
path: root/tests/plugins
Commit message (Expand)AuthorAgeFilesLines
* tests: Fix filter tests not checking whether files should be missing.Jonathan Maw2018-07-165-0/+72
* tests: Add track tests for the filter elementJonathan Maw2018-05-171-1/+288
* tests: Add workspace tests for filtersJonathan Maw2018-05-171-0/+70
* _stream.py, _pipeline.py: Refactoring of the pipeline itselfTristan Van Berkom2018-05-081-7/+9
* _stream.py, _frontend: Call Stream() APIs with CLI arguments directly.Tristan Van Berkom2018-05-081-1/+1
* source.py, element.py, _pipeline.py: Streamling preflighting.Tristan Van Berkom2018-04-161-4/+4
* _project.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-031-3/+7
* _context.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-031-1/+1
* tests: Add filter element testsJonathan Maw2018-03-0114-0/+168
* Move cli_options from Context to ProjectJürg Billeter2018-02-081-1/+1
* Update tests for changed plugin loadingJonathan Maw2017-12-136-99/+143
* Adapting test cases to expect logs in stderrTristan Van Berkom2017-12-131-9/+5
* Remove unused imports in test filesGökçen Nurlu2017-12-072-2/+0
* Fix testsTristan Maat2017-11-181-1/+1
* Refactor: Move context.py -> _context.pyTristan Van Berkom2017-11-081-1/+2
* refactoring: Made Project option privateTristan Van Berkom2017-11-061-1/+2
* Refactoring: Move exceptions module to be privateTristan Van Berkom2017-11-062-2/+3
* Updating all test cases for the removal of architecture conditionals and optionsTristan Van Berkom2017-11-061-1/+1
* Adjust tests to new APITristan Maat2017-11-041-3/+3
* Clean old Platform.get_platform referencesTristan Maat2017-11-011-1/+1
* Updated test cases for internal API changes stemming from project optionsTristan Van Berkom2017-10-101-2/+2
* Updating test cases to construct the project/loader properly again.Tristan Van Berkom2017-10-081-6/+6
* Fix tests for other platformsTristan Maat2017-09-281-0/+8
* Add testsTristan Maat2017-09-145-0/+68
* Fix affected test casesTristan Maat2017-09-141-6/+6
* plugin tests: Adding new tests with plugins loaded in a pipelineTristan Van Berkom2017-08-3117-0/+178
* plugin tests: Added tests for new version assertionsTristan Van Berkom2017-08-305-0/+44
* plugins tests: Fixed to expect errors at plugin load timeTristan Van Berkom2017-08-291-24/+32
* pep8 fixes in plugin test case pluginsTristan Van Berkom2016-12-107-1/+16
* pep8 fixes in plugin test caseTristan Van Berkom2016-12-101-33/+83
* Adding __init__.py to plugins testsTristan Van Berkom2016-11-281-0/+0
* Principle of least underscoresTristan Van Berkom2016-11-151-32/+32
* tests/plugins/basics.py: Removed unused function parameterTristan Van Berkom2016-11-141-3/+1
* Adding test ensuring we can load different plugins with the same nameTristan Van Berkom2016-11-131-0/+38
* Adding test ensuring failure mode when plugin's setup is not a functionTristan Van Berkom2016-11-133-0/+20
* Adding test ensuring failure mode when plugin has no setup()Tristan Van Berkom2016-11-133-0/+20
* Adding test ensuring failure mode when plugin reports incorrect typeTristan Van Berkom2016-11-133-1/+24
* Adding test ensuring failure mode when plugin reports something not a typeTristan Van Berkom2016-11-133-0/+18
* Adding more plugin testsTristan Van Berkom2016-11-139-11/+110
* Use pytest, add first basic plugin testTristan Van Berkom2016-11-131-0/+21