Resolve "import-features-and-fixtures-from-js-adapter"
2 unresolved threads
features
adapter_auth.feature +13 -0
adapter_broadcast.feature +18 -0
adapter_get-authorization-header.feature +21 -0
adapter_poll.feature +42 -0
adapter_publish.feature +18 -0
adapter_token-valid.feature +27 -0
adapter_validate.feature +16 -0
protocol_decode.feature +11 -0
protocol_encode.feature +11 -0
protocol_get-type.feature +12 -0
protocol_validate.feature +12 -0
schema_validate.feature +10 -0
fixtures
config-invalid.json +7 -0
config-valid.json +7 -0
message-vehicle-status-invalid.json +20 -0
message-vehicle-status.json +20 -0
response-denied-token.json +3 -0
response-valid-token.json +4 -0
schema-swagger.json +252 -0
LICENCE.md +7 -0
MANIFEST.in +2 -0
README.md +50 -1
copy_tests.py +25 -0
package.json +24 -0
setup.cfg +3 -0
setup.py +14 -0
+ 13
- 0
\ No newline at end of file
+ 18
- 0
\ No newline at end of file
\ No newline at end of file
+ 42
- 0
+ 18
- 0
+ 27
- 0
+ 16
- 0
\ No newline at end of file
+ 11
- 0
+ 11
- 0
\ No newline at end of file
+ 12
- 0
+ 12
- 0
\ No newline at end of file
+ 10
- 0
\ No newline at end of file