#!/bin/sh

. ${0%/*}/test_helper.sh

test_call() {
  run python3 -m tuxsuite
  assertTrue 'echo $output | grep -q "Usage: tuxsuite"'
}

. shunit2
