Skip to content

Commit 47d7606

Browse files
committed
Moving data directory to move tests reference files
1 parent 83e6249 commit 47d7606

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+1
-2
lines changed

bigml/tests/world.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def delete_resources(self):
162162
world = World()
163163

164164
def res_filename(file):
165-
return pkg_resources.resource_filename('bigml.tests', file)
165+
return pkg_resources.resource_filename('bigml', "../../../%s" % file)
166166

167167
def setup_module():
168168
"""Operations to be performed before each module
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
setup_requires = ['nose'],
5959
install_requires = INSTALL_REQUIRES,
6060
packages = ['bigml', 'bigml.tests'],
61-
package_data={'bigml.tests':['data/*.csv', 'data/*.json', 'data/*/*.txt']},
6261
classifiers=[
6362
'Development Status :: 4 - Beta',
6463
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)