Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pyodide
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
pyodide
Commits
396ca9cf
Commit
396ca9cf
authored
Aug 20, 2018
by
Roman Yurchak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo and more passing tests
parent
02b61eea
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
12 deletions
+12
-12
test/python_tests.txt
test/python_tests.txt
+11
-11
test/test_pandas.py
test/test_pandas.py
+1
-1
No files found.
test/python_tests.txt
View file @
396ca9cf
...
...
@@ -310,7 +310,7 @@ test_mimetypes
test_minidom
test_mmap
test_module
test_modulefinder
crash
test_modulefinder
test_msilib
test_multibytecodec
test_multiprocessing_fork
...
...
@@ -339,8 +339,8 @@ test_pickle dbm
test_pickletools dbm
test_pipes platform-specific
test_pkg
test_pkgimport
crash
test_pkgutil
crash
test_pkgimport
test_pkgutil
test_platform subprocess
test_plistlib
test_poll subprocess
...
...
@@ -357,7 +357,7 @@ test_pstats
test_pty
test_pulldom
test_pwd crash
test_py_compile
crash
test_py_compile
test_pyclbr
test_pydoc crash
test_pyexpat
...
...
@@ -375,7 +375,7 @@ test_resource
test_richcmp
test_rlcompleter crash
test_robotparser
test_runpy
crash
test_runpy
test_sax
test_sched
test_scope
...
...
@@ -407,7 +407,7 @@ test_stat
test_statistics
test_strftime strftime
test_string
test_string_literals
crash
test_string_literals
test_stringprep
test_strptime strftime
test_strtod
...
...
@@ -466,7 +466,7 @@ test_types
test_typing unknown
test_ucn
test_unary
test_unicode
crash
test_unicode
test_unicode_file
test_unicode_file_functions
test_unicode_identifiers
...
...
@@ -507,9 +507,9 @@ test_xml_etree_c
test_xmlrpc networking
test_xmlrpc_net
test_yield_from
test_zipapp
crash
test_zipfile
crash
test_zipapp
test_zipfile
test_zipfile64
test_zipimport
crash
test_zipimport_support
crash
test_zipimport
test_zipimport_support
test_zlib
test/test_pandas.py
View file @
396ca9cf
...
...
@@ -10,7 +10,7 @@ def test_pandas(selenium, request):
def
test_extra_import
(
selenium
,
request
):
if
selenium
.
brower
==
'chrome'
:
if
selenium
.
brow
s
er
==
'chrome'
:
request
.
applymarker
(
pytest
.
mark
.
xfail
(
run
=
False
,
reason
=
'chrome not supported'
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment