Commit graph

9 commits

Author SHA1 Message Date
Joona Hoikkala
2354ebd1ff
Address review comments 2019-08-29 00:55:39 +03:00
Joona Hoikkala
e8548c0630
Split parsernode util tests to their own respective file 2019-08-28 15:51:20 +03:00
Joona Hoikkala
6fe450ca13
Fix the tests 2019-08-23 23:51:30 +03:00
Joona Hoikkala
cf067776ea
Fix pydocs and make BlockNode a child of DirectiveNode 2019-08-22 20:54:08 +03:00
Joona Hoikkala
11f977fa22
Add parsernode utils to check keyword arguments and document the defaults in pydoc 2019-08-20 20:36:46 +03:00
Joona Hoikkala
864f06100a
Define initialization for different ParserNode classes 2019-08-18 14:31:54 +03:00
Joona Hoikkala
7c1d3d195f
Fix inheritance in implemented test classes 2019-08-16 11:06:41 +03:00
Joona Hoikkala
933a21ec3d
Add apache specific functionality to the interface 2019-08-15 18:53:18 +03:00
Joona Hoikkala
270754deff [Apache v2] New ParserNode interface abstraction (#7246)
* New ParserNode interface abstraction

* Add the test assertions, and fix interface

* Update certbot-apache/certbot_apache/interfaces.py

Co-Authored-By: Brad Warren <bmw@users.noreply.github.com>

* Update certbot-apache/certbot_apache/interfaces.py

Co-Authored-By: Brad Warren <bmw@users.noreply.github.com>

* Update certbot-apache/certbot_apache/interfaces.py

Co-Authored-By: Brad Warren <bmw@users.noreply.github.com>

* Add dummy tests and change arguments to properties

* Add more context to comment property docstring

* Add documentation to the main docstring

* Streamline the parameter naming

* Update certbot-apache/certbot_apache/interfaces.py

Co-Authored-By: Brad Warren <bmw@users.noreply.github.com>

* Add explicit instructions how whitespaces are treated in set_parameters

* Add the information about lookups being case insensitive.

* Add context about whitespacing to add_ - methods

* Update certbot-apache/certbot_apache/interfaces.py

Co-Authored-By: Brad Warren <bmw@users.noreply.github.com>

* Update certbot-apache/certbot_apache/interfaces.py

Co-Authored-By: Brad Warren <bmw@users.noreply.github.com>
2019-08-13 09:22:51 -07:00