- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 19.2k
Closed
Labels
CIContinuous IntegrationContinuous IntegrationTestingpandas testing functions or related to the test suitepandas testing functions or related to the test suite
Milestone
Description
Followup issues to #13856
-  remove noseentirely (TST: remove nose #15368)
-  fix yieldbase tests, see here. incomputationandtest_pickle.py, replace with paramterization / fixtures. (TST: Parametrize simple yield tests #15406)
-  yield based tests in:
- frame/test_query_eval.py
- io/test_packers.py (TST: remove yielding tests from test_msgpacks.py #15427)
- io/test_pickle.py (TST: convert yield based test_pickle.py to parametrized to remove warnings #15416)
- test_internals.py (TST: remove rest of yield warnings #15708)
- test_window.py (TST: remove rest of yield warnings #15708)
 
-  use pytest-dist(Test: use xdist #15369)
-  change generator based tests to  addopts = --disable-pytest-warningsfromsetup.cfg(TST: remove rest of yield warnings #15708)
-  figure out getlocale failure on travis in pandas/tools/tests/test_util.py:TestLocaleUtils.test_set_locale
-  replace @networkusing pytest.mark (add other markers?)
- fix doc/source/contributing.rst reference to pd.test
- [x] move- conftest.pyto top-level (TST: move conftest.py to top-level #15731)
-  use parametrizeTST: Converting to Pytest Idiom #15990
-  use fixturesTST: Converting to Pytest Idiom #15990
- list of skipped tests is failing (TST: print skipped tests files #15408)
-  nose.SkipTest->pytest.skip()(or@pytest.mark.skiporskipif) (TST: remove nose #15368)
Metadata
Metadata
Assignees
Labels
CIContinuous IntegrationContinuous IntegrationTestingpandas testing functions or related to the test suitepandas testing functions or related to the test suite