This repository has been archived on 2024-09-17. You can view files and clone it, but cannot push or open issues or pull requests.
LoN-Deployer/tests/test_files.py

9 lines
189 B
Python
Raw Normal View History

2024-05-06 16:14:10 +00:00
from lon_deployer import Files
def test_ofox() -> None:
file = Files.OrangeFox
assert file.name == "orangefox.img"
assert file.md5sum() == "3edc8c32db0384006caf8cf066257811"