Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Romain Casati
Basthon Kernel
Commits
c7022ea6
Commit
c7022ea6
authored
Feb 02, 2021
by
Romain Casati
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Testing IPython.
parent
63ad1018
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
tests/test_basthon_modules.py
tests/test_basthon_modules.py
+7
-1
No files found.
tests/test_basthon_modules.py
View file @
c7022ea6
...
...
@@ -76,7 +76,13 @@ def test_proj4py(selenium):
def
test_IPython
(
selenium
):
pass
result
=
selenium
.
run_basthon
(
"""
import IPython
import IPython.display
from IPython.display import display, display_image
"""
)
assert
result
[
'stderr'
]
==
""
assert
result
[
'stdout'
]
==
""
def
test_p5
(
selenium
):
...
...
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