Skip to content

Commit

Permalink
chore: remove unecessary test
Browse files Browse the repository at this point in the history
  • Loading branch information
ilee2u committed Oct 24, 2023
1 parent 72a7061 commit 007cca0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 16 deletions.
25 changes: 14 additions & 11 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,23 @@ Getting Started
Running The Application using Docker
====================================

Build the docker image:
`make docker_build`
.. code-block::
# Build the docker image:
make docker_build
Spin up the containers:
`make dev.up`
# Spin up the containers:
make dev.up
Enter the shell:
`make app-shell`
`python manage.py shell`
# Enter the shell:
make app-shell
python manage.py shell
This part is still in progress.
Test it:
`from flashcards.apps.cards.cardgen import block_content_for_cards`
`block_content_for_cards('course-v1:edX+DemoX+Demo_Course',`
# This part is still in progress.
Import function and test it:
from flashcards.apps.cards.cardgen import block_content_for_cards
block_content_for_cards('course-v1:edX+DemoX+Demo_Course',
'block-v1:edX+DemoX+Demo_Course+type@sequential+block@edx_introduction/block-v1:edX+DemoX+Demo_Course+type@vertical+block@vertical_0270f6de40fc')
Start fetching content locally
==============================
Expand Down
5 changes: 0 additions & 5 deletions flashcards/apps/cards/tests/test_cardgen.py

This file was deleted.

0 comments on commit 007cca0

Please sign in to comment.