community.mysql/tests/unit/plugins/module_utils
Jorge Rodriguez (A.K.A. Tiriel) 11958ec46a
Handle divergences between MySQL and MariaDB (#103)
* Initial attempt

* First functional approach

* Remove unused imports

* Add dychotomy handling for mysql_replication

* Fix cursor lookup

* Fix sanity tests

* Cleanup implementation conditional import

* Fix unit tests

* Fix conditional import to satisfy both sanity and integration tests

* Add changelog fragment
2021-03-16 09:15:19 +01:00
..
__init__.py mysql_user: fixed encrypted option for MySQL 8.0 and test coverage (#79) 2021-01-14 08:27:05 +03:00
test_mariadb_replication.py Handle divergences between MySQL and MariaDB (#103) 2021-03-16 09:15:19 +01:00
test_mariadb_user_implementation.py Handle divergences between MySQL and MariaDB (#103) 2021-03-16 09:15:19 +01:00
test_mysql.py mysql_user: fixed encrypted option for MySQL 8.0 and test coverage (#79) 2021-01-14 08:27:05 +03:00
test_mysql_replication.py Handle divergences between MySQL and MariaDB (#103) 2021-03-16 09:15:19 +01:00
test_mysql_user_implementation.py Handle divergences between MySQL and MariaDB (#103) 2021-03-16 09:15:19 +01:00