Daniel Nephin
Daniel Nephin
Fair enough. I've read over and commented on #36 to see if I understand the problem correctly. For now I've implemented PathField: https://github.com/gotestyourself/gotestyourself/pull/86/files#diff-3c98f0bec66867cf0fc114dece491b4aR99
Since it seems this may be a blocker for #75 I've read over this issue. Looking at the examples, it seems most of this could be implemented already. Example 3...
> we discussed how func(cmp.Path) bool and func(interface{}) bool doesn't compose well. Given PathNot, you would also define ValueNot for symmetry. However, PathNot and ValueNot do not compose well for...
It's mostly done, but the authentication stuff is still mutable (and it doesn't need to be).
Oh, I was actually thinking of keeping two clients, but allowing them to share the same resources. Something like this: ``` python resources = bravado.build_resources(url) async_client = bravado.SwaggerClient(resources, http_client=AsyncClient()) sync_client...
It looks like you're passing this value as a string, not a float value. I think if you change it to a float it should work correctly.
Thank you for raising this issue! I don't have a macOS host to test this out, so I'll probably need your help. Do you know if this is always a...
Thanks! I think it would be good to change to a symbol that works by default. I'll see how :package: looks in some other fonts.
Thanks for opening this issue! The reporting of both root tests and subtests is definitely a bit strange. I've thought a bit about other options, but I haven't found anything...
Thank you for the report! I'll need to experiment a bit, but I suspect that the json output from `go test` does not include anything about `TestMain` unless it fails....