8000 synclink integration by madhur-tandon · Pull Request #1258 · pyscript/pyscript · GitHub
[go: up one dir, main page]

Skip to content

synclink integration #1258

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 73 commits into from
Mar 27, 2023
Merged
Changes from 1 commit
Commits
Show all changes
73 commits
Select commit Hold shift + click to select a range
c9276a3
integrate synclink
madhur-tandon Feb 24, 2023
a3fd1f8
fix a few more tests
madhur-tandon Feb 24, 2023
621286f
more improvements
madhur-tandon Feb 24, 2023
d741d17
fix test_interpreter.py
madhur-tandon Mar 7, 2023
a5537d7
lint + fix most of py-repl tests
madhur-tandon Mar 7, 2023
c9dce56
fixed py-repls
madhur-tandon Mar 7, 2023
04951e2
fix one more flaky py-repl test
madhur-tandon Mar 9, 2023
1c08c3a
fix more tests
madhur-tandon Mar 9, 2023
cd76379
fix one more flaky test
madhur-tandon Mar 9, 2023
6aebe5b
more linting fix
madhur-tandon Mar 15, 2023
52ee4c5
trying to fix plugins...
madhur-tandon Mar 15, 2023
769be90
fix lot of examples
madhur-tandon Mar 15, 2023
5120fc2
fix test_interpreter again
madhur-tandon Mar 20, 2023
a26e21f
fix more tests
madhur-tandon Mar 20, 2023
4f737cc
linting
madhur-tandon Mar 20, 2023
d3318b9
fix py-repl test once again
madhur-tandon Mar 21, 2023
a9882a7
remove redundant print
madhur-tandon Mar 21, 2023
7d70b93
remove unused import
madhur-tandon Mar 21, 2023
1467c80
try fixing js unit tests
madhur-tandon Mar 21, 2023
2d1293c
add beforePyReplExec and afterPyReplExec as methods for Plugin Class
madhur-tandon Mar 23, 2023
6b6eda6
fix linting
madhur-tandon Mar 23, 2023
d1eee4b
fix jest based issues
madhur-tandon Mar 23, 2023
c4b9abb
fix unit tests
madhur-tandon Mar 23, 2023
6095571
linting
madhur-tandon Mar 23, 2023
826d85a
fix test_dynamically_add_py_script_tag
madhur-tandon Mar 23, 2023
464ed3e
Fix async execution order (#1303)
hoodmane Mar 23, 2023
d94cb28
minor improvements to unit tests
madhur-tandon Mar 24, 2023
ce17350
Revert "Fix async execution order (#1303)"
madhur-tandon Mar 24, 2023
cce13d0
remove unused import
madhur-tandon Mar 24, 2023
66287e7
resolve conflicts
madhur-tandon Mar 24, 2023
4be1711
xfail integration tests
madhur-tandon Mar 24, 2023
d28f022
remove redundant imports
madhur-tandon Mar 24, 2023
54d55b7
comment out main.test.ts
madhur-tandon Mar 24, 2023
68a4043
fix jest for CI
madhur-tandon Mar 25, 2023
e1e0c71
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Mar 25, 2023
4b124c3
comment out whole block instead of single lines
madhur-tandon Mar 25, 2023
8c2e875
fix python unit tests
madhur-tandon Mar 25, 2023
a07ed13
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Mar 25, 2023
e623021
make py-repl tests more reliable
madhur-tandon Mar 25, 2023
ec939fc
more robust py-repl tests
madhur-tandon Mar 25, 2023
d106d73
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Mar 25, 2023
999090c
fix codespell false positive
madhur-tandon Mar 25, 2023
740098b
increase line length for ruff
madhur-tandon Mar 25, 2023
60dfa45
make one more py-repl test robust
madhur-tandon Mar 25, 2023
8d52815
more py-repl tests fixes
madhur-tandon Mar 25, 2023
9e88bca
more py-repl fixes
madhur-tandon Mar 25, 2023
d1a40a7
suggested changes
madhur-tandon Mar 25, 2023
cfb232d
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Mar 25, 2023
f661d48
fix line too long
madhur-tandon Mar 25, 2023
cb52a62
add awaits for afterPyReplExec
madhur-tandon Mar 25, 2023
e059f1d
fix test_image_display
madhur-tandon Mar 25, 2023
bbd7b99
disable eslint for some lines
madhur-tandon Mar 25, 2023
b4d138e
fix py-repl test + suggestions from Andrea
madhur-tandon Mar 27, 2023
fcee8fa
add numPendingTags check inside decrementNumPendingTags function
madhur-tandon Mar 27, 2023
fad1958
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Mar 27, 2023
c9a29eb
rename pending tags functions
madhur-tandon Mar 27, 2023
575b9fa
add a Makefile rule to run pre-commit checks
antocuni Mar 27, 2023
3b31f99
modify the eslint rules. We want to be able to use the 'any' type
antocuni Mar 27, 2023
7958bd2
these should be off, not error
antocuni Mar 27, 2023
73d4332
Revert "disable eslint for some lines"
madhur-tandon Mar 27, 2023
ace163e
change 2000 to 200 for timeout in run_js tests
madhur-tandon Mar 27, 2023
a0e30ec
fix a few eslint issues
madhur-tandon Mar 27, 2023
2760b72
use any instead of wrong type
madhur-tandon Mar 27, 2023
c68f550
Fix some types
hoodmane Mar 27, 2023
4f23c8b
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Mar 27, 2023
282fc7c
more py-repl fixes + remove test for without run_js
madhur-tandon Mar 27, 2023
de03910
use await for registerWidget
madhur-tandon Mar 27, 2023
006d8cf
Fix types more
hoodmane Mar 27, 2023
542b0ff
put the line length back to 105, and fix these two lines by making th…
antocuni Mar 27, 2023
e8458d3
don't use self.page.waitForTimeout, it's much better to wait for a me…
antocuni Mar 27, 2023
1174d93
resolve conflict
madhur-tandon Mar 27, 2023
befdd37
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Mar 27, 2023
dc7505f
skip pylist test
madhur-tandon Mar 27, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8000
Prev Previous commit
Next Next commit
fix py-repl test once again
  • Loading branch information
madhur-tandon committed Mar 23, 2023
commit d3318b9f7c25836fd5f81e66a89ad425d15c97cb
2 changes: 1 addition & 1 deletion pyscriptjs/tests/integration/test_py_repl.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def test_run_clears_previous_output(self):
self._replace(py_repl, "display('another output')")
self.page.keyboard.press("Shift+Enter")
print
assert out_div.all_inner_texts()[0] == "another output"
assert out_div.inner_text() == "another output"

def test_python_exception(self):
"""
Expand Down
0