Ref #7880: Rubocop fixes update
Fixes #7880 - Add rubocop to runcible
adding puppet_install_distributor and running the model tests
removing untested rake task as its no longer reliable
fixing base unit tests
Fixing cassette clearing and test update
automatically clear cassettes when running in all mode
comply with Fedora Guidelines
and prepare for Fedora 19
Updates logging code to allow logging of all requests (debug mode) anda special exceptions mode for only logging to a provided logger callsthat generate exceptions.
This puts a requirement on the logger being passed to implement debugand/or error functions for debug and exception logging respectively.
Moves primary tests into top level test directory andre-factors the test commands to account for the changes.Resources and extension suites may now be run separately now.
Adds environment variable to allow running full test suiteagainst a live Pulp without recording new cassettes.
Updating to first Pulp V2.0 stable build.
fixing typo in rakefile
Updates to the latest pulp beta and fixes all associated tests.
Adds rake task to find functions without corresponding test functions.
Ruby 1.9.3 - Updates to get code and tests passing on both Ruby 1.8.7 and Ruby 1.9.3
Updates to add bold emphasis to pulp version in README.
Adds Rake task to grab pulp version and input to the README.
Moves fixtures to be under test/fixtures instead of test/integration.
Removes 'pulp' from the name of all cassettes for consistency.
Fixes some failing tests that are due to inconsistency in to_json ofhashes by adding custom matcher for checking JSON in the body as a...
Updates to testing to allow recorded and none modes to be run on a system without pulp installed. Adds option to turn logging during testing off or on.
Removes ruby-debug from Gemfile, adds none as the default test mode and adds a basic travis config file.
allowing None for record mode
Re-organizes test folder and adds first notion of extensions to base API bindings.
Provides first running and successful test against Pulp V2 and cleans-up the test infrastructure to allow basic authentication against pulp by parsing the pulp server.conf for needed credentials and server information.
Initial commit of integration tests against pulp v1 that will be used asa starting point for creating bindings against Pulp V2.
Initial shell for the Runcible gem.