mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-19 18:27:29 -05:00
synclink integration (#1258)
synclink integration + fixes for `py-repl` related tests and `display` tests
This commit is contained in:
@@ -40,7 +40,9 @@ class TestPyMarkdown:
|
||||
console_mock.log.assert_called_with("configuration received: just a config")
|
||||
|
||||
py_markdown.plugin.afterStartup(interpreter)
|
||||
console_mock.log.assert_called_with("interpreter received: just an interpreter")
|
||||
console_mock.log.assert_called_with(
|
||||
"interpreter received:", "just an interpreter"
|
||||
)
|
||||
|
||||
|
||||
class TestPyTutor:
|
||||
|
||||
Reference in New Issue
Block a user