#2084: more tests + remove concurrency in test to make sure coverage works

This commit is contained in:
Czar Echavez
2023-11-30 15:47:31 +00:00
parent 3cf21e4015
commit d9de57757f
5 changed files with 85 additions and 10 deletions

View File

@@ -5,6 +5,8 @@ def convert_bytes_to_megabits(B: Union[int, float]) -> float: # noqa - Keep it
"""
Convert Bytes (file size) to Megabits (data transfer).
Technically Mebibits - but for simplicity sake, we'll call it megabit
:param B: The file size in Bytes.
:return: File bits to transfer in Megabits.
"""