Skip to content

Commit

Permalink
moved geotext tests to test/integration
Browse files Browse the repository at this point in the history
  • Loading branch information
iwpnd committed Feb 19, 2020
1 parent 7cc9214 commit e94cfa8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/integration/conftest.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import pytest

from flashgeotext.geotext import GeoText


@pytest.fixture
def geotext():
return GeoText(use_demo_data=True)
File renamed without changes.

0 comments on commit e94cfa8

Please sign in to comment.