Skip to content

Commit 6bd9c78

Browse files
Fix docs
1 parent 6ec902c commit 6bd9c78

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ Adding a standard test case is easy.
322322
- add `<name>.proto` with a message called `Test`
323323
- add `<name>.json` with some test data
324324

325-
It will be picked up automatically when you run `pipenv test`
325+
It will be picked up automatically when you run the tests.
326326

327327
- See also: [Standard Tests Development Guide](betterproto/tests/README.md)
328328

@@ -356,6 +356,9 @@ $ pipenv run test
356356
- [x] Refs to nested types
357357
- [x] Imports in proto files
358358
- [x] Well-known Google types
359+
- [ ] Support as request input
360+
- [ ] Support as response output
361+
- [ ] Automatically wrap/unwrap responses
359362
- [x] OneOf support
360363
- [x] Basic support on the wire
361364
- [x] Check which was set from the group

0 commit comments

Comments
 (0)