From 45db411e19684d40a65032b00ae587ec70692a09 Mon Sep 17 00:00:00 2001 From: Ahmed Khalid <106074266+ahmed-arb@users.noreply.github.com> Date: Tue, 2 Apr 2024 15:28:17 +0500 Subject: [PATCH] chore: update test instructions in readme --- README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 19525c2..7936906 100644 --- a/README.rst +++ b/README.rst @@ -144,7 +144,9 @@ Development Run unit tests with:: - $ NO_PREREQ_INSTALL=1 paver test_system -s lms -t openedxscorm + $ pytest /mnt/openedx-scorm-xblock/openedxscorm/tests.py + +Inside docker shell. Troubleshooting ---------------