Mads Jensen
ed7964b424
Improve assertions in nginx and DNS plugin tests. ( #9157 )
...
* Improve assertions in nginx and DNS plugin tests.
* Use assertIs for asserting is True/False.
2022-01-04 23:59:58 +01:00
ohemorange
49912732ac
Do not require mock in Python 3 in nginx module ( #7898 )
...
* Do not require mock in Python 3 in nginx module
* error when trying to build wheels with old setuptools
* add type: ignores
2020-04-15 11:39:44 -07:00
Karan Suthar
8e4dc0a48c
Minor bugfixes ( #7891 )
...
* Fix dangerous default argument
* Remove unused imports
* Remove unnecessary comprehension
* Use literal syntax to create data structure
* Use literal syntax instead of function calls to create data structure
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
2020-04-13 10:41:39 -07:00
Adrien Ferrand
e048da1e38
Reorganize imports ( #7616 )
...
* Isort execution
* Fix pylint, adapt coverage
* New isort
* Fix magic_typing lint
* Second round
* Fix pylint
* Third round. Store isort configuration
* Fix latest mistakes
* Other fixes
* Add newline
* Fix lint errors
2019-12-09 15:50:20 -05:00
ohemorange
a8e711d281
Refactor tests out of packaged module for nginx plugin ( #7606 )
...
* Refactor tests out of packaged module for nginx plugin
* Exclude pycache and .py[cod]
2019-11-26 17:45:18 -08:00