Used a relative path to link the nose test to the code being tested to decouple repo name.

This commit is contained in:
Donne Martin 2015-01-26 09:31:24 -05:00
parent c35b79f485
commit 82e4208222
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
from nose.tools import assert_equal
from pydatasnippets.core.type_util import TypeUtil
from ..type_util import TypeUtil
class TestUtil():

View File

@ -1,7 +1,7 @@
{
"metadata": {
"name": "",
"signature": "sha256:bdca080b7a3c3e13406cff167e5e8a56e199b53e7c3b965c6583665afd737e4e"
"signature": "sha256:b98de97a0c9883157d25cd7ed2b6345daca13d7a67bed9ec4a72b8bec85d671b"
},
"nbformat": 3,
"nbformat_minor": 0,
@ -94,7 +94,7 @@
"input": [
"%%file tests/test_type_util.py\n",
"from nose.tools import assert_equal\n",
"from pydatasnippets.core.type_util import TypeUtil\n",
"from ..type_util import TypeUtil\n",
"\n",
"\n",
"class TestUtil():\n",