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-13 14:38:02 +00:00
from lon_deployer import files
2024-05-06 16:14:10 +00:00
def test_ofox() -> None:
2024-05-13 14:38:02 +00:00
file = files.OrangeFox
2024-05-06 16:14:10 +00:00
assert file.name == "orangefox.img"
assert file.md5sum() == "3edc8c32db0384006caf8cf066257811"