Project

Profile

Help

Task #5259

Updated by dkliban@redhat.com over 4 years ago

pulpcore currently tests auto generated bindings with each PR by running The docs check already runs `make html` which will produce a 'test_bindings.py' diff on the api.json if the schema has changed. In this case, the test should fail and 'test_bindings.rb' scripts. The docker plugin the developer should tests its bindings with each PR also.  

 https://github.com/pulp/pulpcore/blob/master/.travis/test_bindings.py 
 https://github.com/pulp/pulpcore/blob/master/.travis/test_bindings.rb commit those changes.

Back