mirror of
https://github.com/donnemartin/data-science-ipython-notebooks.git
synced 2024-03-22 13:30:56 +08:00
Removed unnecessary call to main from nose test.
This commit is contained in:
parent
67b939f1bc
commit
cfa84449b9
|
@ -21,10 +21,3 @@ class TestUtil():
|
|||
assert_equal(isinstance(7, (int)), True)
|
||||
assert_equal(isinstance(7.5, (int, float)), True)
|
||||
assert_equal(isinstance('foo', (int, float, str)), True)
|
||||
|
||||
def main():
|
||||
test = TestUtil()
|
||||
test.test_isinstance()
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
|
|
Loading…
Reference in New Issue
Block a user