Skip to content

Commit 1b829f7

Browse files
committed
add 0.2.1 to changelog
1 parent 3e5c28a commit 1b829f7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

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.
1021

1122
## [0.2.0] - 2019-12-19
1223

0 commit comments

Comments
 (0)