Project

General

Profile

Download (6.14 KB) Statistics
| Branch: | Tag: | Revision:

runcible / test / test_runner.rb @ master

# Date Author Comment
c22b9740 05/11/2016 08:24 PM David Davis

Fixes #15015 - Adding coverage checking to runcible (#176)

ddfc4136 02/03/2016 11:51 PM Partha Aji

Fixes #13284 - Enables Taskgroups for Applicablity

The regenerate applicable errata call for a repository can return
either a Task Group or a list of spawned tasks. This commit enables
the use of that.
This is an important change in pulp 2.8.
Look at
https://github.com/pulp/pulp/blob/master/docs/dev-guide/integration/rest-api/consumer/applicability.rst#generate-content-applicability-for-updated-repositories...

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

Fixes #11027 - Remove copyright notices

926b9789 10/15/2014 02:50 PM Justin Sherrill

fixing runcible errors caused by rubocop changes

when we turned on rubocop, we converted unused method arguments
to start with underscores. This broke any method that relied on
binding.send(:local_variables). This disables that cop and fixes
all of those instances....

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

54addc4c 04/30/2014 03:13 PM Justin Sherrill

2.4 support and some cleanup for all most remaining items

still missing all consumer items

0e737b69 04/29/2014 10:23 PM David Davis

Created a cassette_name method for test classes

c006d1cd 08/12/2013 08:51 PM David Davis

Puppet: Fixing a bug and writing a test for it

Fixing a bug where the repo_type entry in the _notes field was not getting set.

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:...

7de64685 07/05/2013 01:53 PM David Davis

Requiring debugger by default in minitest

b1d71310 03/13/2013 07:42 PM Eric Helms

Fixes logging=true option during testing based off the previous
changes to requiring the logger to be based off the Ruby standard
logger API.

b4a37745 02/26/2013 01:10 AM Justin Sherrill

allowing running of single test by filename

4f2ec2b8 02/01/2013 03:41 PM Eric D. Helms

Moves primary tests into top level test directory and
re-factors the test commands to account for the changes.
Resources and extension suites may now be run separately now.