Files
Ned Batchelder f925a4af9c Move recommender XBlock tests to openedx/tests/xblock_integration
I want to make clear that these tests rely on XBlocks in other repos,
and that ideally in time we would move these tests into the XBlock repo.
2015-08-31 17:14:47 -04:00

8 lines
219 B
Python

"""Tests of XBlocks integrated with edx-platform.
These tests exercise XBlocks which may live in other repos, to confirm both
that the XBlock works, and that edx-platform continues to properly support the
XBlock.
"""