mirror of
https://github.com/certbot/certbot.git
synced 2026-01-26 07:41:33 +03:00
Part of #7593. * Refactor tests out of packaged module for apache plugin * Exclude pycache and .py[cod] * Change tests path in tox.ini
10 lines
267 B
Plaintext
10 lines
267 B
Plaintext
# 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
|