-
Notifications
You must be signed in to change notification settings - Fork 554
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
65 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,6 @@ def main() -> None: | |
'lib', | ||
'packaging', | ||
'test/lib', | ||
'test/sanity', | ||
] | ||
|
||
keep_files = [ | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
.. _all_sanity_tests: | ||
|
||
Sanity Tests | ||
============ | ||
|
||
The following sanity tests are available as ``--test`` options for ``ansible-test sanity``. | ||
This list is also available using ``ansible-test sanity --list-tests --allow-disabled``. | ||
|
||
For information on how to run these tests, see :ref:`sanity testing guide <testing_sanity>`. | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
action-plugin-docs | ||
ansible-doc | ||
ansible-requirements | ||
ansible-test-future-boilerplate | ||
bin-symlinks | ||
botmeta | ||
changelog | ||
compile | ||
configure-remoting-ps1 | ||
docs-build | ||
empty-init | ||
future-import-boilerplate | ||
ignores | ||
import | ||
integration-aliases | ||
line-endings | ||
metaclass-boilerplate | ||
mypy | ||
no-assert | ||
no-basestring | ||
no-dict-iteritems | ||
no-dict-iterkeys | ||
no-dict-itervalues | ||
no-get-exception | ||
no-illegal-filenames | ||
no-main-display | ||
no-smart-quotes | ||
no-unicode-literals | ||
no-unwanted-files | ||
obsolete-files | ||
package-data | ||
pep8 | ||
pslint | ||
pylint | ||
release-names | ||
replace-urlopen | ||
required-and-default-attributes | ||
rstcheck | ||
runtime-metadata | ||
sanity-docs | ||
shebang | ||
shellcheck | ||
symlinks | ||
test-constraints | ||
use-argspec-type-path | ||
use-compat-six | ||
validate-modules | ||
yamllint | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,6 @@ def main(): | |
'lib', | ||
'packaging', | ||
'test/lib', | ||
'test/sanity', | ||
] | ||
|
||
keep_files = [ | ||
|