()
| 701 | ) |
| 702 | |
| 703 | def connect(): |
| 704 | return dbapi.connect( |
| 705 | foober=12, lala=18, fooz="somevalue", hoho={"this": "dict"} |
| 706 | ) |
| 707 | |
| 708 | # start the postgresql dialect, but put our mock DBAPI as the |
| 709 | # module instead of psycopg |
no outgoing calls
no test coverage detected