mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-16 01:13:17 -06:00
First pass at MySQL client tests. This one adds a test for the native python MySQL client. The native python MySQL client does not use the C connection library instead connecting to MySQL using the DB API v2.0 specification (PEP-249)
This commit is contained in:
3
mysql-client-tests/python/python.bats
Normal file
3
mysql-client-tests/python/python.bats
Normal file
@@ -0,0 +1,3 @@
|
||||
@test "make sure this works" {
|
||||
echo "poop"
|
||||
}
|
||||
Reference in New Issue
Block a user