Skip to content

Commit

Permalink
Update test_moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
hexatester committed Jul 28, 2021
1 parent 0258c04 commit fbfc3f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_moodle.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Auth,
Core,
Enrol,
Mdl,
Mod,
Tool,
Moodle,
Expand All @@ -15,6 +16,7 @@ def test_version():


def test_moodle(moodle: Moodle):
assert issubclass(Moodle, Mdl)
assert isinstance(moodle, Moodle)
assert isinstance(moodle.auth, Auth)
assert isinstance(moodle.core, Core)
Expand Down

0 comments on commit fbfc3f2

Please sign in to comment.