Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
update unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Jul 1, 2018
1 parent 1f23d75 commit 956bce4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Expand Up @@ -30,7 +30,7 @@
class TestNotebook1236Coverage201711torch(ExtTestCase):

def setUp(self):
add_missing_development_version(["pymyinstall", "pyensae", "pymmails", "jyquickhelper"],
add_missing_development_version(["pymyinstall", "pyensae", "jyquickhelper"],
__file__, hide=True)

def test_notebook_torch_IRIS(self):
Expand Down
Expand Up @@ -29,7 +29,7 @@
class TestNotebook1236Coverage201711torchCIFAR(unittest.TestCase):

def setUp(self):
add_missing_development_version(["pymyinstall", "pyensae", "pymmails", "jyquickhelper"],
add_missing_development_version(["pymyinstall", "pyensae", "jyquickhelper"],
__file__, hide=True)

def a_test_notebook_runner(self, name, folder, valid=None, copy_files=None):
Expand Down
1 change: 1 addition & 0 deletions _unittests/ut_module/test_code_style.py
Expand Up @@ -63,6 +63,7 @@ def test_style_test(self):
"E0401: Unable to import 'pycuda",
"E0401: Unable to import 'pyopencl'",
"E0401: Unable to import 'torch'",
"E1101: Instance of 'Variable' has no 'data' member",
])


Expand Down

0 comments on commit 956bce4

Please sign in to comment.