mirror of https://github.com/pyodide/pyodide.git
Fix pandas test
This commit is contained in:
parent
6b0e113978
commit
75d6ea20e9
|
@ -1,6 +1,6 @@
|
|||
def test_pandas(selenium):
|
||||
selenium.load_package("pandas")
|
||||
assert len(selenium.run("import pandas\ndir(pandas)")) == 6
|
||||
assert len(selenium.run("import pandas\ndir(pandas)")) == 179
|
||||
|
||||
|
||||
def test_extra_import(selenium):
|
||||
|
|
Loading…
Reference in New Issue