Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 388 Bytes

TESTING.md

File metadata and controls

12 lines (8 loc) · 388 Bytes

Unit Tests with RSpec

Classic RSpec tests are located under /spec/kitchen directory.

Integration Tests with Docker and Travis

Integration tests can be found under /spec/integration.

They consist of

  • .kitchen.yml for testing configuration
  • modules/ and manifests/ as puppet code under test
  • test/integration/<suite>/serverspec serverspec tests for verification step