mirror of
https://github.com/donnemartin/data-science-ipython-notebooks.git
synced 2024-03-22 13:30:56 +08:00
Used a relative path to link the nose test to the code being tested to decouple repo name.
This commit is contained in:
parent
c35b79f485
commit
82e4208222
|
@ -1,5 +1,5 @@
|
|||
from nose.tools import assert_equal
|
||||
from pydatasnippets.core.type_util import TypeUtil
|
||||
from ..type_util import TypeUtil
|
||||
|
||||
|
||||
class TestUtil():
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user