Skip to content

Commit

Permalink
Acceptance test: check if pip installation is idempotent
Browse files Browse the repository at this point in the history
Second part of regression test for PR#418
  • Loading branch information
Feandil committed Sep 7, 2018
1 parent c76c9b4 commit bbb85bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/acceptance/virtualenv_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ class { 'python' :

# Run it twice and test for idempotency
apply_manifest(pp, catch_failures: true)
apply_manifest(pp, catch_changes: true)
end
end
end

0 comments on commit bbb85bf

Please sign in to comment.