Commit 6c88b31
authored
Replace old nose tests with pytest based tests (#152)
* separate eventloop init/start from webapp init/start
* allow_none in ssl options
* add docstrings and protect the http_server property
* replace old nose tests with pytest tests
* remove old tests location
* Reapply test changes from PR 139 to fix gateway test
* decode json models on 3.5
* workaround tornado py38 compatibility issue
* use fixture for asyncio
* try with new_httpserver=True
* reset new httpserver=False
* pin nbconvert
* add fixture for tornado io_loop
* trigger build
* polish the windows 3.8 fix and handle nbconvert encoding properly
* try extending request timeout
* make patch dependent on platform
* increase request timeout in ws
* increase connection time:
* Address deprecation warnings in gateway tests
* add sleep before connecting to running kernel
* missing kernel shutdown in serverapp
* temporarily remove other kernel tests
* check that patch is applied in windoes 3.8
* stop using static method
* increase connection time
* update to versions of python appveyor
* add old tests back in
* add conda line back to appveyor
* add python 38
* Pull ipykernel from GH to fix Windows tests on 3.8
* pull ipykernel master to fix Windows 3.8 issue1 parent fac5035 commit 6c88b31
File tree
71 files changed
+3945
-4395
lines changed- .github/workflows
- jupyter_server
- auth/tests
- extension/tests
- nbconvert/tests
- services
- api/tests
- config/tests
- contents/tests
- kernelspecs/tests
- kernels/tests
- nbconvert/tests
- sessions/tests
- tests
- _testdata
- tree/tests
- tests
- auth
- extension
- nbconvert
- services
- api
- config
- contents
- kernelspecs
- kernels
- nbconvert
- sessions
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
71 files changed
+3945
-4395
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
27 | 31 | | |
28 | 32 | | |
29 | | - | |
| 33 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
9 | 10 | | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | | - | |
| 14 | + | |
| 15 | + | |
13 | 16 | | |
14 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
15 | 20 | | |
16 | 21 | | |
17 | 22 | | |
| |||
20 | 25 | | |
21 | 26 | | |
22 | 27 | | |
| 28 | + | |
| 29 | + | |
23 | 30 | | |
24 | 31 | | |
25 | | - | |
26 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
27 | 36 | | |
| 37 | + | |
| 38 | + | |
28 | 39 | | |
29 | 40 | | |
30 | | - | |
| 41 | + | |
This file was deleted.
This file was deleted.
Lines changed: 0 additions & 134 deletions
This file was deleted.
0 commit comments