File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -322,7 +322,7 @@ Adding a standard test case is easy.
322
322
- add ` <name>.proto ` with a message called ` Test `
323
323
- add ` <name>.json ` with some test data
324
324
325
- It will be picked up automatically when you run ` pipenv test `
325
+ It will be picked up automatically when you run the tests.
326
326
327
327
- See also: [ Standard Tests Development Guide] ( betterproto/tests/README.md )
328
328
@@ -356,6 +356,9 @@ $ pipenv run test
356
356
- [x] Refs to nested types
357
357
- [x] Imports in proto files
358
358
- [x] Well-known Google types
359
+ - [ ] Support as request input
360
+ - [ ] Support as response output
361
+ - [ ] Automatically wrap/unwrap responses
359
362
- [x] OneOf support
360
363
- [x] Basic support on the wire
361
364
- [x] Check which was set from the group
You can’t perform that action at this time.
0 commit comments