Re: [sqlalchemy] Excluding a single test case from the suite for a dialect

2019-04-12 Thread Mike Bayer
On Fri, Apr 12, 2019 at 6:26 PM jank wrote: > > I am struggling with a single test 'test_huge_int' for the Exasol dialect. > The reason the test is not working is specific to that database. I would like > to include it from the test suite, but just for that DB. Ideally without > changing anythi

[sqlalchemy] Excluding a single test case from the suite for a dialect

2019-04-12 Thread jank
I am struggling with a single test 'test_huge_int' for the Exasol dialect. The reason the test is not working is specific to that database. I would like to include it from the test suite, but just for that DB. Ideally without changing anything on the central test suite, as the reason that it do