mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-04 08:50:41 +08:00
Upgrades to caesar_cipher.py (#1958)
* Added more flexibility to functions, decreased amount of repeating code * Added docstrings * Updated input functions * Added doctests * removed test piece of code * black . * Updated caesar cipher standard alphabet to fit python 3.8 * Update and rename sleepsort.py to sleep_sort.py * Or 4 Co-authored-by: Christian Clauss <cclauss@me.com>
This commit is contained in:
@ -84,6 +84,7 @@ def test_burkes(file_path: str = "digital_image_processing/image_data/lena_small
|
||||
burkes.process()
|
||||
assert burkes.output_img.any()
|
||||
|
||||
|
||||
def test_nearest_neighbour(
|
||||
file_path: str = "digital_image_processing/image_data/lena_small.jpg",
|
||||
):
|
||||
|
Reference in New Issue
Block a user