add the proper structure to the file and folder. #197
devvspaces
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Started regarding issue #137
New solutions should be in a folder, and in the folder should contain solution.py file and test_solution.py file
solution.py file
This file will contain the solution code and comments explaining the code
test_solution.py file
This file should contain the tests for the solution. Must either use Python unittest module or already installed pytest module
Beta Was this translation helpful? Give feedback.
All reactions