Skiller9090/Lucifer

View on GitHub
LMI/LTF/__init__.py

Summary

Maintainability
A
0 mins
Test Coverage
""" LTF - Lucifer Test Framework
This is a testing framework built into lucifer which allows for modules to have an easy to use test API within lucifer,
lucifer tests also use this same framework!
"""
from . import Formatters
from . import Requirements
from . import Tests
from .Runner import TestsRunner