swe574-spring23 / SWE574

BOUN Spring 574 Project
MIT License
0 stars 0 forks source link

REFACTOR -Space App Unit Tests Should be Enhanced #64

Closed sehmuzc closed 1 year ago

sehmuzc commented 1 year ago

Space app tests.py file should be created and the create space, view space detail functions should be tested with unit tests.

ceydaduzgec commented 1 year ago

You can check the coverage of your code by following these steps:

Use coverage.py

sehmuzc commented 1 year ago

Space app tests.py file has been created and the create space, view space detail functions unit tests have been added.