mirror of
https://github.com/certbot/certbot.git
synced 2026-02-10 06:15:29 -05:00
Part of #7593. * Refactor tests out of packaged module for apache plugin * Exclude pycache and .py[cod] * Change tests path in tox.ini
9 lines
267 B
Text
9 lines
267 B
Text
# 3 - one arg directives
|
|
# 2 - two arg directives
|
|
# 1 - three arg directives
|
|
TestArgsDirective one_arg
|
|
TestArgsDirective one_arg two_arg
|
|
TestArgsDirective one_arg
|
|
TestArgsDirective one_arg two_arg
|
|
TestArgsDirective one_arg two_arg three_arg
|
|
TestArgsDirective one_arg
|