kindwolf.org Git repositories moulti / v1.34.0 tests / test_first_steps.py
v1.34.0

Tree @v1.34.0 (Download .tar.gz)

test_first_steps.py @v1.34.0raw · history · blame

1
2
3
4
5
6
7
8
from .common import moulti_test, moulti_test_steps
assert moulti_test

def test_first_steps(moulti_test):
	"""
	Run all commands taken from the documentation's "First steps with Moulti" section.
	"""
	moulti_test_steps(moulti_test, 'first-steps.bash', 12)