8000 Moved tests in influxdb package · nomad010/influxdb-python@f6e2411 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit f6e2411

Browse files
committed
Moved tests in influxdb package
1 parent 3515679 commit f6e2411

18 files changed

+8
-9
lines changed
File renamed without changes.
File renamed without changes.

tests/influxdb/dataframe_client_test.py renamed to influxdb/tests/dataframe_client_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import requests_mock
1010
from nose.tools import raises
1111
from datetime import timedelta
12-
from tests import skipIfPYpy, using_pypy
12+
from influxdb.tests import skipIfPYpy, using_pypy
1313
import warnings
1414

1515
if not using_pypy:
File renamed without changes.
File renamed without changes.

tests/influxdb/influxdb08/dataframe_client_test.py renamed to influxdb/tests/influxdb08/dataframe_client_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import requests_mock
1010
from nose.tools import raises
1111
from datetime import timedelta
12-
from tests import skipIfPYpy, using_pypy
12+
from influxdb.tests import skipIfPYpy, using_pypy
1313
import copy
1414
import warnings
1515

File renamed without changes.

0 commit comments

Comments
 (0)
0