kindwolf.org Git repositories moulti / master tests / test_first_steps.py
master

Tree @master (Download .tar.gz)

test_first_steps.py @masterraw · 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)