From 6bd9c7835ce36368708a91e0624354808fd689b8 Mon Sep 17 00:00:00 2001 From: boukeversteegh Date: Fri, 22 May 2020 21:08:08 +0200 Subject: [PATCH] Fix docs --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 28fd913..53a7cdd 100644 --- a/README.md +++ b/README.md @@ -322,7 +322,7 @@ Adding a standard test case is easy. - add `.proto` with a message called `Test` - add `.json` with some test data -It will be picked up automatically when you run `pipenv test` +It will be picked up automatically when you run the tests. - See also: [Standard Tests Development Guide](betterproto/tests/README.md) @@ -356,6 +356,9 @@ $ pipenv run test - [x] Refs to nested types - [x] Imports in proto files - [x] Well-known Google types + - [ ] Support as request input + - [ ] Support as response output + - [ ] Automatically wrap/unwrap responses - [x] OneOf support - [x] Basic support on the wire - [x] Check which was set from the group