Skip to content
This repository was archived by the owner on Jul 26, 2022. It is now read-only.

Commit 2d61bfb

Browse files
committed
use pytest cmd line
1 parent bca61a9 commit 2d61bfb

File tree

3 files changed

+2
-28
lines changed

3 files changed

+2
-28
lines changed

appveyor.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ install:
8686
test_script:
8787
# tests
8888
- cmd: activate pandas-msgpack
89-
- cmd: cd c:\\
90-
- cmd: python -c "import pandas_msgpack; pandas_msgpack.test('-v')"
89+
- cmd: cd c:\\temp
90+
- cmd: pytest --pyargs pandas_msgpack -v
9191

9292
artifacts:
9393
- path: dist\*

pandas_msgpack/__init__.py

-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@
1212

1313
from .packers import to_msgpack, read_msgpack
1414

15-
# testing
16-
from ._tester import test
17-
1815
# versioning
1916
from ._version import get_versions
2017

pandas_msgpack/_tester.py

-23
This file was deleted.

0 commit comments

Comments
 (0)