Version 1
[yaffs-website] / vendor / drush / drush / tests / COVERAGE.txt
1 COMMANDS
2 ------------
3 pm-download: GOOD.
4   need test for `pm-download --select` (hard to test; depends on state of project releases on d.o.)
5 pm-updatecode: GOOD.
6 pm-update: FAIR. Implicitly tested by pm-updatecode but updatedb not yet tested.
7 pm-releasenotes
8 pm-releases
9 pm-enable: GOOD. testEnDisUnList().
10 pm-disable: GOOD. testEnDisUnList().
11 pm-uninstall: GOOD. testEnDisUnList().
12 pm-list: GOOD. testEnDisUnList().
13 pm-info: GOOD. testEnDisUnList().
14 pm-refresh:
15 version-control: FAIR. See updatecode. To be deprecated all git workflow after git.drupal.org?
16 package-hander:
17
18 sql-cli:
19 sql-connect:
20 sql-query: FAIR. Implicit by site-install, sql-sync
21 sql-dump: GOOD. tested by sqlDumpTest.
22 sql-sync: GOOD. testLocalSqlSync().
23   need test: --source-dump, --target-dump, --source-dump-dir and --target-dump-dir and permutations of same used together.
24 sql-drop: FAIR. Implicit by site-install
25 sql-sanitize: FAIR. Implicit by testLocalSqlSync()
26
27
28 updatedb: NONE. Used to be implicitly tested by siteUpgradeTest.
29 archive-dump: GOOD
30 archive-restore: GOOD. Has own test and implicitly tested by environment cache in Unish framework.
31 help
32 version: GOOD. Implicit by testStandaloneScript()
33 php-eval: GOOD. Implicitly tested by many tests (e.g. completeTest).
34 php-script: GOOD.
35 drupal-directory: GOOD
36 cache-get: GOOD
37 cache-set: GOOD
38 cache-clear: GOOD
39 core-config: NONE
40 core-cron
41 core-status: FAIR: Implicit test by contextTest.
42 docs
43 core-rsync
44 core-quick-drupal: GOOD
45 image: GOOD
46 queue-*: GOOD
47 runserver
48 search-*
49 shellalias: GOOD
50   need test: shell alias with site alias
51 site-install: FAIR. Implicit test by setUpDrupal().
52 state: NONE
53 ssh: GOOD
54 topic
55 usage-*
56 variable-*: GOOD
57 watchdog-*: GOOD
58
59 user-*: GOOD.
60
61 field-*: GOOD.
62
63 make: GOOD
64
65 INCLUDES
66 ------------
67 backend: GOOD
68   need test: --pipe with remote alias and --pipe with list of aliases
69 batch: GOOD
70 bootstrap:
71 command: FAIR
72 complete: GOOD
73 context: FAIR. Many functions implicitly tested. Option merging (config, include, alias-path) not tested.
74 drush: NONE.
75 environment
76 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.
77 dbtng: Good. Implicit by variable-*.
78 drupal
79 exec: GOOD: Implicitly tested all over.
80 filesystem
81 output
82
83
84 ROOT
85 -------------
86 drush:
87   need test: drush.ini
88 drush.php
89 drush.complete.sh: N/A