We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e5c28a commit 1b829f7Copy full SHA for 1b829f7
CHANGELOG.md
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.2.1] - 2020-1-10
11
+
12
+### Added
13
14
+- **pytest-plugin** for Jupyter Server.
15
+ - Allows one to write async/await syntax in tests functions.
16
+ - Some particularly useful fixtures include:
17
+ - `serverapp`: a default ServerApp instance that handles setup+teardown.
18
+ - `configurable_serverapp`: a function that returns a ServerApp instance.
19
+ - `fetch`: an awaitable function that tests makes requests to the server API
20
+ - `create_notebook`: a function that writes a notebook to a given temporary file path.
21
22
## [0.2.0] - 2019-12-19
23
0 commit comments