Skip to content

Commit

Permalink
Updated changelogs and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Renondedju committed Jul 12, 2018
1 parent de4d94a commit 9ac00ee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
- Added the MultiplayerTeam enum
- Added the ScoringType enum
- Added the TeamType enum
- Added OsuApi.get_match()
- Fixed route check bug

## Version 0.2.0

Expand Down
7 changes: 7 additions & 0 deletions test.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,16 @@ async def test_replay():
# Cannot really test replays since they might be deleted at all time ..
# Also sice the request rate is at 10/min, I don't wanna abuse it

async def test_match():

await api.get_match(0)

# Cannot test too much things here since a match is temporary

async def main():

await test(test_user)
await test(test_match)
await test(test_score)
await test(test_replay)
await test(test_beatmap)
Expand Down

0 comments on commit 9ac00ee

Please sign in to comment.