0b78bacef491a241f651e0094b7c1747266bbaac
[yaffs-website] / vendor / drush / drush / tests / COVERAGE.txt
1 COMMANDS
2 ------------
3 pm-enable: GOOD. testEnDisUnList().
4 pm-uninstall: GOOD. testEnDisUnList().
5 pm-list: GOOD. testEnDisUnList().
6
7 sql-cli:
8 sql-connect:
9 sql-query: FAIR. Implicit by site-install, sql-sync
10 sql-dump: GOOD. tested by sqlDumpTest.
11 sql-sync: GOOD. testLocalSqlSync().
12 sql-drop: FAIR. Implicit by site-install
13 sql-sanitize and plugins: FAIR. Implicit by testLocalSqlSync()
14
15
16 updatedb: NONE. Used to be implicitly tested by siteUpgradeTest.
17 entity-update. NONE
18 help
19 version: GOOD. Implicit by testStandaloneScript()
20 php-eval: GOOD. Implicitly tested by many tests (e.g. completeTest).
21 php-script: GOOD.
22 drupal-directory: GOOD
23 cache-get: GOOD
24 cache-set: GOOD
25 cache-clear: GOOD
26 core-config: NONE
27 core-cron
28 core-status: FAIR: Implicit test by contextTest.
29 docs
30 core-rsync: GOOD
31 generate: GOOD. See annotatedCommandCase and userCase
32 image: GOOD
33 queue-*: GOOD
34 runserver
35 shellalias: GOOD
36   need test: shell alias with site alias
37 site-install: FAIR. Implicit test by setUpDrupal().
38 site-alias: NONE
39 state: NONE
40 ssh: GOOD
41 topic
42 watchdog-*: GOOD
43 user-*: GOOD.
44
45 /src
46 ------------
47 backend: GOOD
48   need test: --pipe with remote alias and --pipe with list of aliases
49 batch: GOOD
50 bootstrap:
51 command: FAIR
52 environment
53 sitealias. FAIR. Explicit test for alias lists. Single aliases implicitly tested by contextTest.  Option propagation tested by backendTest.  Option recovery for @self alias tested by sqlDumpTest.
54 exec: GOOD: Implicitly tested all over.
55 filesystem: Implicit.