Commit bb3b6a0
committed
Add tests for mssql/base.py utility functions
- Add test_base.py with 45 tests covering:
- encode_value()
- encode_connection_string()
- prepare_token_for_odbc()
- handle_datetimeoffset()
- DatabaseWrapper._is_driver_not_found_error()
- Add extras_require[test] with unittest-xml-reporting for Python 3.12+1 parent c20a4cb commit bb3b6a0
2 files changed
+473
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
52 | 55 | | |
53 | 56 | | |
54 | 57 | | |
| |||
0 commit comments