Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(187)

Unified Diff: third_party/twisted_8_1/twisted/python/zsh/_trial

Issue 12261012: Remove third_party/twisted_8_1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/twisted_8_1/twisted/python/zsh/_trial
diff --git a/third_party/twisted_8_1/twisted/python/zsh/_trial b/third_party/twisted_8_1/twisted/python/zsh/_trial
deleted file mode 100644
index 01547aecb5c8e6c10350ac7ef45b9f08b050928e..0000000000000000000000000000000000000000
--- a/third_party/twisted_8_1/twisted/python/zsh/_trial
+++ /dev/null
@@ -1,40 +0,0 @@
-#compdef trial
-_arguments -s -A "-*" \
-"*:file|module|package|TestCase|testMethod:_files -g '*.py'" \
-'--coverage[Generate coverage information in the given directory (relative to]' \
-"(--debug)-b[Run tests in the Python debugger. Will load '.pdbrc' from current directory if it exists.]" \
-"(-b)--debug[Run tests in the Python debugger. Will load '.pdbrc' from current directory if it exists.]" \
-'(--debug-stacktraces)-B[Report Deferred creation and callback stack traces]' \
-'(-B)--debug-stacktraces[Report Deferred creation and callback stack traces]' \
-'--disablegc[Disable the garbage collector]' \
-'(--dry-run)-n[do everything but run the tests]' \
-'(-n)--dry-run[do everything but run the tests]' \
-'(--extra)-x[Add an extra argument. (This is a hack necessary for interfacing with]:extra:_files' \
-'(-x)--extra=[Add an extra argument. (This is a hack necessary for interfacing with]:extra:_files' \
-'--force-gc[Have Trial run gc.collect() before and after each test case.]' \
-'(--help)-h[Display this help and exit.]' \
-'(-h)--help[Display this help and exit.]' \
-'--help-reactors[Display a list of possibly available reactor names.]' \
-'--help-reporters[Help on available output plugins (reporters)]' \
-'(--logfile)-l[log file name]:log file name:_files' \
-'(-l)--logfile=[log file name]:log file name:_files' \
-"(--no-recurse)-N[Don't recurse into packages]" \
-"(-N)--no-recurse[Don't recurse into packages]" \
-"--nopm[don't automatically jump into debugger for postmorteming of exceptions]" \
-'--profile[Run tests under the Python profiler]' \
-'(--random)-z[Run tests in random order using the specified seed]:random seed:_files' \
-'(-z)--random=[Run tests in random order using the specified seed]:random seed:_files' \
-'(--reactor)-r[Which reactor to use (see --help-reactors for a list of possibilities)]:reactor:(kqueue win32 epoll iocp gtk cf gtk2 default debug-gui poll glib2 select wx)' \
-'(-r)--reactor=[Which reactor to use (see --help-reactors for a list of possibilities)]:reactor:(kqueue win32 epoll iocp gtk cf gtk2 default debug-gui poll glib2 select wx)' \
-'--recursionlimit=[see sys.setrecursionlimit()]:recursionlimit:_files' \
-'--reporter=[The reporter to use for this test run. See --help-reporters for more info.]:reporter:(bwverbose text verbose timing summary)' \
-'(--rterrors)-e[realtime errors, print out tracebacks as soon as they occur]' \
-'(-e)--rterrors[realtime errors, print out tracebacks as soon as they occur]' \
-'--spew[Print an insanely verbose log of everything that happens. Useful]' \
-'--tbformat=[Specify the format to display tracebacks with. Valid formats are]:tbformat:(plain emacs cgitb)' \
-'--temp-directory=[Path to use as working directory for tests.]:temp-directory:_files' \
-'--testmodule=[Filename to grep for test cases (-*- test-case-name)]:testmodule:_files' \
-'(--until-failure)-u[Repeat test until it fails]' \
-'(-u)--until-failure[Repeat test until it fails]' \
-'--version[version]' \
-&& return 0
« no previous file with comments | « third_party/twisted_8_1/twisted/python/zsh/_tkmktap ('k') | third_party/twisted_8_1/twisted/python/zsh/_twistd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698