Python: add tests

This commit is contained in:
Rasmus Lerchedahl Petersen
2020-11-02 17:59:51 +01:00
parent cb47b57440
commit ea74c7f12b
7 changed files with 54 additions and 2 deletions

View File

@@ -1,6 +1,8 @@
/**
* Provides classes modeling security-relevant aspects of the `mysql-connector-python` package.
* See https://dev.mysql.com/doc/dev/connector-python/.
* See
* - https://dev.mysql.com/doc/connector-python/en/
* - https://dev.mysql.com/doc/connector-python/en/connector-python-example-connecting.html
*/
private import python
@@ -11,7 +13,9 @@ private import PEP249
/**
* Provides models for the `mysql-connector-python` package.
* See https://dev.mysql.com/doc/dev/connector-python/.
* See
* - https://dev.mysql.com/doc/connector-python/en/
* - https://dev.mysql.com/doc/connector-python/en/connector-python-example-connecting.html
*/
module MysqlConnectorPython {
// ---------------------------------------------------------------------------