Skip to content

Commit

Permalink
Update devpost_test.py
Browse files Browse the repository at this point in the history
Added Comments
  • Loading branch information
Santhosh-Siddhardha authored Jun 9, 2024
1 parent 0a808b2 commit 662ef8b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/test/devpost_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@


class TestDevpost(unittest.TestCase):
"""
| Methods | Details |
| ------------------ | -------------------------------------------------------------------------------------------------------------------- |
| `.get_projects()` | Returns the latest projects along with their decription, like and commment count, image and member details. |
| `.search(topic)` | Returns the searched projects along with their decription, like and commment count, image and member details. |
| `.get_hackathons()` | Returns the latest hackathons along with their title, participants, prizes, deadlines. |
| `.get_featured()` | Returns the latest featured projects along with their decription, like and commment count, image and member details. |
| `.get_winner()` | Returns the latest winning projects along with their decription, like and commment count, image and member details. |
"""

def setUp(self):
"""
Expand Down

0 comments on commit 662ef8b

Please sign in to comment.