client/test/e2e
Roland Huß 9625b5f4c5 chore(plugins, services, routes): Aligned "Not found" messages (#359)
For the sake of consistency with out own service commands and for kubectl,

`kn plugin list` should print:

```
No plugins found.
```

`kn service list` should print:

```
No services found.
```

and not `No resources found.` like it does now.

Same for `kn routes list`.
2019-08-22 00:23:32 -07:00
..
basic_workflow_test.go chore(plugins, services, routes): Aligned "Not found" messages (#359) 2019-08-22 00:23:32 -07:00
common.go feature(service): Implements traffic splitting and tagging targets (#345) 2019-08-15 10:56:08 -07:00
e2e.go Adds a Golang version of e2e Basic workflow that can execute locally (#121) 2019-06-11 19:49:43 -07:00
e2e_flags.go Fix the periodic CI flow error in client (#200) 2019-06-27 09:53:07 -07:00
env.go feature(service): Implements traffic splitting and tagging targets (#345) 2019-08-15 10:56:08 -07:00
kn.go Adds a Golang version of e2e Basic workflow that can execute locally (#121) 2019-06-11 19:49:43 -07:00
kubectl.go Adds a Golang version of e2e Basic workflow that can execute locally (#121) 2019-06-11 19:49:43 -07:00
revision_test.go Update serving dependency to 0.8; change all import paths (#368) 2019-08-15 18:09:08 -07:00
route_test.go Update serving dependency to 0.8; change all import paths (#368) 2019-08-15 18:09:08 -07:00
service_options_test.go Update serving dependency to 0.8; change all import paths (#368) 2019-08-15 18:09:08 -07:00
service_test.go Restructure E2E test suite (#307) 2019-07-29 06:00:05 -07:00
traffic_split_test.go Fix json path to latest revision in e2e tests to something reliable (#376) 2019-08-19 22:31:04 -07:00
version_test.go Update serving dependency to 0.8; change all import paths (#368) 2019-08-15 18:09:08 -07:00