SQLAlchemy 2: Stop skipping all type tests#242
Merged
susodapop merged 25 commits intoOct 10, 2023
maindatabricks/databricks-sql-python:mainfrom
sqlalchemy-test-evaluationdatabricks/databricks-sql-python:sqlalchemy-test-evaluationCopy head branch name to clipboard
Merged
SQLAlchemy 2: Stop skipping all type tests#242susodapop merged 25 commits intomaindatabricks/databricks-sql-python:mainfrom sqlalchemy-test-evaluationdatabricks/databricks-sql-python:sqlalchemy-test-evaluationCopy head branch name to clipboard
susodapop merged 25 commits into
maindatabricks/databricks-sql-python:mainfrom
sqlalchemy-test-evaluationdatabricks/databricks-sql-python:sqlalchemy-test-evaluationCopy head branch name to clipboard
Commits
Commits on Oct 6, 2023
Rename types.py →_types.py
Show description for 8c05fd8committed
Jesse WhitehouseMark BINARY sqlalchemy tests as skip because connector doesn't support them
Show description for 6815935committed
Jesse WhitehouseStop skipping DateHistoric tests
Show description for 75368a5committed
Jesse WhitehouseStop skipping DateTest tests
Show description for da9b9f2committed
Jesse Whitehouse
Commits on Oct 7, 2023
Stop skipping DateTimeHistoric tests
Show description for b7afd1bcommitted
Jesse WhitehouseStop skipping DateTimeTest
Show description for f4a59f5committed
Jesse WhitehouseStop skipping TimeTest
Show description for c817509committed
Jesse WhitehouseStop skipping DateTimeCoercedToDateTimeTest
Show description for d3a76a4committed
Jesse WhitehouseStop skipping TimestampMicrosecondsTest
Show description for d4afb60committed
Jesse WhitehouseStop skipping DateTimeMicrosecondsTest
Show description for ab8e28fcommitted
Jesse Whitehouse
Commits on Oct 8, 2023
Stop skipping StringTest
Show description for af1a49ecommitted
Jesse WhitehouseStop skipping TextTest
Show description for 53eef60committed
Jesse WhitehouseStop skipping TimeMicrosecondsTest
Show description for a56b083committed
Jesse WhitehouseStop skipping NumericTest
Show description for aa1cae3committed
Jesse WhitehouseStop skipping Boolean test
Show description for 4671ff9committed
Jesse WhitehouseFix: must add array_type exclusion to this file else the entire test suite
Show description for 77221c2committed
Jesse WhitehouseBlack all files changed in this PR
Show description for bc0495dcommitted
Jesse WhitehouseUpdate test running instructions
Show description for e233058committed
Jesse WhitehouseRemove outdated comment now that we better understand how to use this file
Show description for 214523bcommitted
Jesse Whitehouse
Commits on Oct 9, 2023
Add marks for the type tests that we've reviewed. This way we can re-run
Show description for 80ae0ddcommitted
Jesse Whitehouse
Commits on Oct 10, 2023
(1/x) Remove .closed() exclusions and replace with explicit skips
Show description for b31eef4committed
Jesse WhitehouseAdd an open exclusion to allow test_many_significant_digits to run.
Show description for c8332dacommitted
Jesse Whitehouse(2/x) Remove .closed() exclusions and replace with explicit skips
Show description for 8200e23committed
Jesse WhitehouseFix linting
Show description for 12d081bcommitted
Jesse WhitehouseFix black linting
Show description for 0d5be1ccommitted
Jesse Whitehouse