Skip to content

Commit 52d9ead

Browse files
committed
TST: Refactor packers with autouse
1 parent e497d42 commit 52d9ead

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/io/tests/test_packers.py

Lines changed: 2 additions & 0 deletions
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)