Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Skip lookup tests on Python 2.6. | Matt Clay | 2020-03-02 | 1 | -0/+1 |
| | | | | Lookups are only executed on the controller and Python 2.6 is no longer supported on the controller. | ||||
* | Split up lookup integration tests. (#67294) | Matt Clay | 2020-02-11 | 2 | -0/+11 |
* Split up lookup integration tests. * Rename lookup_paths integration test. This will avoid confusing it for a test of the `paths` lookup plugin, which does not exist. * Fix lookup_pipe integration test. The test now verifies it receives the correct output. Adding a second task also causes code coverage to be properly registered for the lookup plugin. * Rename ini lookup test to match plugin name. * Update sanity ignore path. |