summaryrefslogtreecommitdiff
path: root/tests/plugins
Commit message (Expand)AuthorAgeFilesLines
* tests/plugins/loading.py: Testing junction plugins with full pathsTristan van Berkom2020-06-081-1/+109
* tests/plugins/loading.py: Adding tests for junction plugin originTristan van Berkom2020-05-285-0/+193
* tests/plugins/loading.py: Added tests for various malformed BST_MIN_VERSIONTristan Van Berkom2020-05-139-3/+70
* tests/plugins/loading.py: Test failure modes when loading pip pluginsTristan Van Berkom2020-05-041-0/+79
* tests/plugins/loading.py: Added test for loading pip pluingsTristan Van Berkom2020-05-041-0/+46
* tests/plugins/pip-samples/sample-plugins: Adding a sample pip plugins packageTristan Van Berkom2020-05-047-0/+92
* plugin.py: Rework how deprecation warnings are configured.Tristan Van Berkom2020-05-048-88/+128
* tests/plugins/loading.py: Migrate tests for found/not found pluginsTristan Van Berkom2020-05-033-0/+81
* tests/plugins/loading.py: Added tests for plugin BST_MIN_VERSION guardsTristan Van Berkom2020-04-299-0/+174
* plugin.py/pluginfactory.py: Implementing BST_MIN_VERSIONTristan Van Berkom2020-04-291-0/+1
* tests/plugins/loading.py: New test replaces removed internal testTristan Van Berkom2020-04-296-0/+155
* tests/plugins/deprecationwarnings.py: Moved from it's subdirectoryTristan Van Berkom2020-04-296-1/+1
* Plugin loading refactor, removing all versioningTristan Van Berkom2020-04-291-1/+1
* Replace format-version with min-versionTristan Van Berkom2020-04-251-2/+2
* Reformat code using BlackChandan Singh2019-11-141-12/+7
* tests/plugins: Enable pylint and fix problemsbschubert/pylint-fixesBenjamin Schubert2019-06-053-2/+7
* plugintestutils: Rename 'plugintestutils' package to 'testing'phil/rename-plugintestutilsPhil Dawson2019-04-161-1/+1
* tests: str(datafiles) instead of a longer thingAngelos Evripiotis2019-03-211-2/+2
* tests: Remove unused importsremove-dead-codeBenjamin Schubert2019-03-012-4/+1
* tests: Remove unused variablesBenjamin Schubert2019-03-011-1/+1
* plugin.py: Add API to allow plugins to raise deprecation warningsphil/848-plugin-deprecation-warningsPhil Dawson2019-02-205-0/+90
* tests: Rename `plugins` directory to `elements` directoryTristan Van Berkom2019-01-1618-601/+0
* tests: Removing tests/plugins/third_party.pyTristan Van Berkom2019-01-165-79/+0
* tests: Migrate plugin loading test to internals directoryTristan Van Berkom2019-01-1617-189/+0
* tests: Migrate plugin factory test to internals directoryTristan Van Berkom2019-01-1621-390/+0
* Introduce new "source" command groupChandan Singh2018-12-141-5/+5
* Workspace CLI updateWilliam Salmon2018-11-211-4/+13
* tests/plugin/pipeline.py: Avoid using host user conftpollard/pipelinehostconfigTom Pollard2018-11-211-1/+1
* tests/plugins/pipeline.py: Load context default valuesJürg Billeter2018-11-191-1/+2
* tests/plugins/filter.py: Don't run redundant testsTristan Van Berkom2018-08-301-15/+10
* Refactor plugin factory creationValentin David2018-08-022-18/+20
* 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