summaryrefslogtreecommitdiff
path: root/test/integration/test-apt-cli-search
Commit message (Collapse)AuthorAgeFilesLines
* tests: support spaces in path and TMPDIRDavid Kalnischkies2015-12-191-9/+3
| | | | | | | This doesn't allow all tests to run cleanly, but it at least allows to write tests which could run successfully in such environments. Git-Dch: Ignore
* test exitcode as well as string equalityDavid Kalnischkies2015-03-161-13/+13
| | | | | | | | We use test{success,failure} now all over the place in the framework, so its only consequencial to do this in the situations in which we test for a specific output as well. Git-Dch: Ignore
* various small additional tests and testcasesDavid Kalnischkies2014-11-181-0/+3
| | | | | | | | | Usually they don't provide a lot in terms of what they test, but they help in covering many lines from strictly anecdotal commands (stats, moo) and error messages, so that stuff which really needs to be tested, but isn't is better visible in coverage reports. Git-Dch: Ignore
* implement --full in apt searchDavid Kalnischkies2014-09-071-1/+15
|
* support regular expressions in 'apt search'David Kalnischkies2014-09-071-0/+15
| | | | | apt-cache search supported this since ever and in the code for apt was a fixme indicating this should be added here as well, so here we go.
* make apt search case-insensitive by defaultMichael Vogt2014-04-071-1/+6
|
* skip test if "apt" is not buildMichael Vogt2014-02-221-0/+6
|
* add test for apt showMichael Vogt2014-01-221-3/+0
|
* add integration test for apt searchMichael Vogt2014-01-221-0/+45