Skip to content

Commit

Permalink
Merge pull request #1 from cisagov/improvement/add_comment_for_dummy_…
Browse files Browse the repository at this point in the history
…test

Add a comment for the dummy test, so folks know why it's dumb
  • Loading branch information
jsf9k authored Mar 11, 2019
2 parents 7b194b7 + 33330d1 commit 4277f2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions molecule/default/tests/test_default.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@

@pytest.mark.parametrize("x", [True])
def test_packages(host, x):
"""A dummy test, just to show what one would look like"""
assert x

0 comments on commit 4277f2d

Please sign in to comment.