morethantext/test/test_single_boot.py

10 lines
222 B
Python
Raw Normal View History

2024-02-26 08:41:24 -05:00
"""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?"""