Skip to content

Commit

Permalink
Merge pull request #16 from WyriHaximusNet/assert-helm-runs
Browse files Browse the repository at this point in the history
Assert Helm runs
  • Loading branch information
WyriHaximus authored Oct 7, 2024
2 parents 728acf7 + 8b2f5f4 commit 0b9df49
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/test_helm.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import pytest

def test_helm(host):
assert 'version.BuildInfo{Version:"v' in host.run('helm version').stdout

0 comments on commit 0b9df49

Please sign in to comment.