initial project setup.

This commit is contained in:
2024-02-26 08:41:24 -05:00
commit affc00fa02
8 changed files with 180 additions and 0 deletions

0
test/__init__.py Normal file
View File

9
test/test_single_boot.py Normal file
View File

@ -0,0 +1,9 @@
"""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?"""