Closed xmnlab closed 3 years ago
Currently, the tests are using filters to deselect tests that are failing or that are breaking the test suite.
The tests that should be skipped should use the same approach used here: https://github.com/pauldex/sqlalchemy-firebird/blob/master/test/test_suite.py
So, the class should be recreated, skipping just the necessary tests.
resolved by https://github.com/omnisci/sqlalchemy-omnisci/pull/14
Currently, the tests are using filters to deselect tests that are failing or that are breaking the test suite.
The tests that should be skipped should use the same approach used here: https://github.com/pauldex/sqlalchemy-firebird/blob/master/test/test_suite.py
So, the class should be recreated, skipping just the necessary tests.