Refactor SQL statement strings to be defined as importable constants
Showing
- tests/connectors/core/test_display.py 11 additions, 11 deletionstests/connectors/core/test_display.py
- tests/connectors/core/test_records.py 9 additions, 9 deletionstests/connectors/core/test_records.py
- tests/connectors/core/test_tables.py 9 additions, 9 deletionstests/connectors/core/test_tables.py
- tests/connectors/mysql/constants.py 41 additions, 0 deletionstests/connectors/mysql/constants.py
- tests/connectors/mysql/test_display.py 14 additions, 29 deletionstests/connectors/mysql/test_display.py
- tests/connectors/mysql/test_records.py 5 additions, 22 deletionstests/connectors/mysql/test_records.py
- tests/connectors/mysql/test_tables.py 8 additions, 20 deletionstests/connectors/mysql/test_tables.py
- tests/connectors/postgresql/constants.py 40 additions, 0 deletionstests/connectors/postgresql/constants.py
- tests/connectors/postgresql/test_display.py 14 additions, 30 deletionstests/connectors/postgresql/test_display.py
- tests/connectors/postgresql/test_records.py 5 additions, 20 deletionstests/connectors/postgresql/test_records.py
- tests/connectors/postgresql/test_tables.py 5 additions, 19 deletionstests/connectors/postgresql/test_tables.py
Please register or sign in to comment