c86a17b7a0
- centralized skipping - also fixed module name broken by previous refactor - let action modules handle async processing - moved async into base action class's module exec - action plugins can now run final action as async - actually skip copy if base skips - fixed normal for new paths - ensure internal stat is never async - default poll to 10 as per docs - added hint for callback fix on poll - restructured late tmp, now a pipeline query - moving action handler to connection as networking does - fixed network assumption invocation is always passed - centralized key cleanup, normalized internal var - _supress_tmpdir_delete now in _ansible_xxx and gets removed from results - delay internal key removal till after we use em - nicer tmp removing, using existing methods - moved cleanup tmp flag to mking tmp func |
||
---|---|---|
.. | ||
current-ignore.txt | ||
legacy-files.txt | ||
legacy-ignore.txt | ||
README.md | ||
skip.txt |
PEP 8
PEP 8 style guidelines are enforced by pep8 on all python files in the repository by default.
Current Rule Set
By default all files are tested using the current rule set.
All pep8
tests are executed, except those listed in the current ignore list.
Legacy Rule Set
Files which are listed in the legacy file list are tested using the legacy rule set.
All pep8
tests are executed, except those listed in the current ignore list or
legacy ignore list.
Files listed in the legacy file list which pass the current rule set will result in an error. This is intended to prevent regressions on style guidelines for files which pass the more stringent current rule set.
Skipping Tests
Files listed in the skip list are not tested by pep8
.
Removed Files
Files which have been removed from the repository must be removed from the legacy file list and the skip list.