Skip to content

Commit ef1b76e

Browse files
committed
TST: Refactor packers with autouse
1 parent afe52d6 commit ef1b76e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/io/tests/test_packers.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import nose
2+
import pytest
23

34
import os
45
import datetime
@@ -791,6 +792,7 @@ class TestMsgpack():
791792
http://stackoverflow.com/questions/6689537/nose-test-generators-inside-class
792793
"""
793794

795+
@pytest.fixture(autouse=True)
794796
def setUp(self):
795797
from pandas.io.tests.generate_legacy_storage_files import (
796798
create_msgpack_data, create_data)

0 commit comments

Comments
 (0)