Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more tests #313

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft

Add more tests #313

wants to merge 4 commits into from

Conversation

ekohl
Copy link
Member

@ekohl ekohl commented Jan 15, 2021

See the individual commits for details.

manifests/init.pp Outdated Show resolved Hide resolved
if ca_resource && ca_resource.class.to_s != 'Puppet::Type::Ca'
raise ArgumentError, "Expected Ca resource, got #{ca_resource.class} #{ca_resource.inspect}"
if ca_resource
# rspec-puppet presents Puppet::Resource instances
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does this comment mean? Is this like "we have to do the next line because of our test infrastructure" ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pretty much yes.

@ekohl
Copy link
Member Author

ekohl commented Sep 26, 2023

Splitting the PR: #422

ekohl added 4 commits May 15, 2024 11:47
When testing the relations in rspec-puppet, it turns out that there are
other classes and they don't match which breaks tests.
@ekohl
Copy link
Member Author

ekohl commented May 15, 2024

Rebased just to see how much of this was still remaining and left out the type tightening.

@ekohl ekohl changed the title Stricter types, more documentation and more tests Add more tests May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants