Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
erikh360 committed Apr 17, 2024
1 parent c29ada2 commit 2352c62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions randomisation/tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
from .utils import create_test_strategy


# TODO: add docstrings to tests
class TestValidateStratificationData(TestCase):
def setUp(self):
self.strategy = create_test_strategy()
Expand Down
1 change: 1 addition & 0 deletions randomisation/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ def post(self, request, *args, **kwargs):

return JsonResponse(data={"arm": arm}, status=status.HTTP_200_OK)


# TODO: add tests for views

0 comments on commit 2352c62

Please sign in to comment.