mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-30 22:31:25 -07:00
Convert ansible-test compile into a sanity test.
This commit is contained in:
parent
0ce8d389a4
commit
7abdab6c9e
13 changed files with 166 additions and 198 deletions
|
@ -206,15 +206,6 @@ class UnitsConfig(TestConfig):
|
|||
self.collect_only = args.collect_only # type: bool
|
||||
|
||||
|
||||
class CompileConfig(TestConfig):
|
||||
"""Configuration for the compile command."""
|
||||
def __init__(self, args):
|
||||
"""
|
||||
:type args: any
|
||||
"""
|
||||
super(CompileConfig, self).__init__(args, 'compile')
|
||||
|
||||
|
||||
class CoverageConfig(EnvironmentConfig):
|
||||
"""Configuration for the coverage command."""
|
||||
def __init__(self, args):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue