-
-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Closed
Labels
Testingpandas testing functions or related to the test suitepandas testing functions or related to the test suite
Milestone
Description
There are some nice improvements available in the unittest module on Python 2.7 or later that aren't available on Python 2.6 without using the unittest2 library. In particular, I miss using assertRaises
as a context manager and skiptest
.
How about adding the module as a testing requirement on Python 2.6?
Metadata
Metadata
Assignees
Labels
Testingpandas testing functions or related to the test suitepandas testing functions or related to the test suite