Closed reshnashrestha closed 1 year ago
@reshnashrestha You can create a module file just as you created in the previous homework for example, create a module named module_file.py based on your code. Then create a separate file for tests, say test_file.py, which imports your created module. Finally, add the module_file.py and test_file.py to your repository.
@tirthbha Thank you. It appeared that I did this way earlier. I was just confused with the words. Can you please check out my work? projectile_unit_test.py
Any ideas will be appreciated.