forked from pandas-dev/pandas
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pytest wouldn't discover the tests in the same way as nose when 1. The base class inherits from `TestCase`, and 2. The base class doesn't start with `Test` (e.g. PandasSQLTest) 3. The parent class with test methods doesn't start with `Test` ( e.g. _TestSQLAPI) We solved this by moving the class inheriting from `TestCase` down a level from `PandasSQLTest` to the many `TestSQL*` methods.
- Loading branch information
1 parent
3d6fcdc
commit 9b5f2b2
Showing
1 changed file
with
16 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters