File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -28,13 +28,14 @@ def test_fails_to_create_identicon_with_input_text_missing(self):
2828 error_received = subprocess .check_output (f'python3 { PROJECT_ROOT } /main.py' , shell = True , stderr = subprocess .STDOUT ).strip ()
2929 self .assertIn (context .exception .message , "main.py: error: the following arguments are required: -s/--string" )
3030
31- def generates_
31+ def test_creates_identicon_when_input_text_provided (self ):
32+ pass
3233
3334
3435 # hash_str =convert_string_to_sha_hash("931D387731bBbC988B31220")
3536 # hash_str = convert_string_to_sha_hash("me@lorenamesa.com")
3637 # grid = build_grid(hash_str)
3738 # draw_image(grid, hash_str)
3839
39- if __name__ == '__maipython -m unittestn__ ' :
40+ if __name__ == '__maipython -m unittest__ ' :
4041 unittest .main ()
You can’t perform that action at this time.
0 commit comments