This PR aims to take the existing feed app tests and split them into separated files.
In future sight, many more tests will be added, so to remain organized it is best to split big files into small and logically separated files.
Deleted old tests.py file
Added a new tests directory inside the feed app root directory
Added different tests file which contain the previous tests
Changed tests function names to be more meaningful
This PR aims to take the existing feed app tests and split them into separated files. In future sight, many more tests will be added, so to remain organized it is best to split big files into small and logically separated files.
tests.py
filetests
directory inside the feed app root directoryClose #66