morethantext/test/test_single_boot.py

10 lines
222 B
Python

"""Tests for single server boot ups."""
from unittest import TestCase
class SingleBootTC(TestCase):
"""Test single server boot up."""
def test_default_boot(self):
"Are the default settings available?"""