emacs.d/elpa/pytest-20181005.1524/pytest-autoloads.el
2019-11-22 22:23:12 +01:00

72 lines
1.8 KiB
EmacsLisp
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

;;; pytest-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (directory-file-name
(or (file-name-directory #$) (car load-path))))
;;;### (autoloads nil "pytest" "pytest.el" (0 0 0 0))
;;; Generated autoloads from pytest.el
(autoload 'pytest-all "pytest" "\
Run all tests.
Optional argument FLAGS py.test command line flags.
\(fn &optional FLAGS)" t nil)
(autoload 'pytest-failed "pytest" "\
Quit test suite on first failed test.
\(fn)" t nil)
(autoload 'pytest-pdb-all "pytest" "\
Start pdb on error.
\(fn)" t nil)
(autoload 'pytest-directory "pytest" "\
Run pytest on all the files in the current buffer.
Optional argument FLAGS py.test command line flags.
\(fn &optional FLAGS)" t nil)
(autoload 'pytest-pdb-directory "pytest" "\
Run pytest on all the files in the current buffer.
Optional argument FLAGS py.test command line flags.
\(fn &optional FLAGS)" t nil)
(autoload 'pytest-module "pytest" "\
Run pytest (via eggs/bin/test) on current buffer.
Optional argument FLAGS py.test command line flags.
\(fn &optional FLAGS)" t nil)
(autoload 'pytest-pdb-module "pytest" "\
Run pytest on a module, enter debugger on error.
\(fn)" t nil)
(autoload 'pytest-one "pytest" "\
Run pytest (via eggs/bin/test) on testable thing at point in current buffer.
Optional argument FLAGS py.test command line flags.
\(fn &optional FLAGS)" t nil)
(autoload 'pytest-pdb-one "pytest" "\
Run pytest on testable thing at point, enter debugger on error.
\(fn)" t nil)
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "pytest" '("pytest-")))
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; coding: utf-8
;; End:
;;; pytest-autoloads.el ends here