Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

runcible / test / unit @ master

# Date Author Comment
2188f844 05/21/2018 01:21 PM Justin Sherrill

Avoid RestClient logger

The RestClient logger is not thread safe and can cause problems due to
its use in threaded applications.

2ef52ba8 04/27/2017 05:11 PM Justin Sherrill

handle to_hash on null responses

1f392e3e 07/20/2016 10:09 PM Eric D Helms

Fixes #15617: Add ISO repository support (#179)

5126dd02 05/12/2016 07:59 PM David Davis

Fixes #15016 - Upgrade rubocop (#177)

c1664a68 07/06/2015 07:50 PM David Davis

Fixes #11027 - Remove copyright notices

f8bc785b 10/09/2014 07:19 PM Partha Aji

Fixes #7880 - Rubocop enabled the runcible tests

3e3ad61c 10/09/2014 07:18 PM Partha Aji

Ref #7880: Rubocop fixes update

ae35dcd9 04/30/2014 08:52 PM Justin Sherrill

Updating runcible to use one cassette per test

as part of that, all tests had to be restructured and renamed

97a13356 09/11/2013 02:53 PM David Davis

Adding test for generate_payload method

a8f51127 07/30/2013 06:31 PM Justin Sherrill

fixing base unit tests

661ca339 07/30/2013 06:31 PM Justin Sherrill

Changing runcible to support multiple pulp servers.

Now, classes need to be instantiated. For example:

Instead of Runcible::Resources::Repository.find()

you would need to use:

Runcible::Resources::Repository.new(config).find()

You can all instantiate Runcible::Instance to get access to all modules:...

e4074080 02/04/2013 04:27 PM Eric D. Helms

Logging - Test update.

414f0ec7 02/02/2013 03:37 AM Eric D. Helms

Updates logging code to allow logging of all requests (debug mode) and
a special exceptions mode for only logging to a provided logger calls
that generate exceptions.

This puts a requirement on the logger being passed to implement debug
and/or error functions for debug and exception logging respectively.

de6a916a 10/25/2012 02:15 PM Eric D. Helms

Updates README indentation for code blocks and moves all Copyrights to Red Hat.

6438a7f1 10/09/2012 06:23 AM Eric D. Helms

Removes references to ruby-debug.

24595c26 09/06/2012 07:46 PM Eric D. Helms

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.