Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
fix: Remove course performance validation report code
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Chen authored and Simon Chen committed Mar 22, 2022
1 parent 8d109c9 commit a9bd8db
Show file tree
Hide file tree
Showing 22 changed files with 241 additions and 1,075 deletions.
9 changes: 3 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,14 @@ ifeq ("${ENABLE_COURSE_LIST_PASSING}", "True")
$(TOX)python ./manage.py waffle_switch enable_course_passing on --create
endif
$(TOX)python manage.py create_acceptance_test_soapbox_messages
$(TOX)pytest -v acceptance_tests --ignore=acceptance_tests/course_validation
$(TOX)pytest -v acceptance_tests
$(TOX)python manage.py delete_acceptance_test_soapbox_messages

# local acceptance tests are typically run with by passing in environment variables on the commandline
# e.g. API_SERVER_URL="http://localhost:9001/api/v0" API_AUTH_TOKEN="edx" make accept_local
accept_local:
./manage.py create_acceptance_test_soapbox_messages
pytest -v acceptance_tests --ignore=acceptance_tests/course_validation
pytest -v acceptance_tests
./manage.py delete_acceptance_test_soapbox_messages

accept_devstack:
Expand All @@ -106,10 +106,7 @@ ifeq ("${DISPLAY_LEARNER_ANALYTICS}", "True")
$(TOX)python manage.py waffle_flag enable_learner_analytics --create --everyone
endif
cat dashboard.log
$(TOX)pytest -v a11y_tests -k 'not NUM_PROCESSES==1' --ignore=acceptance_tests/course_validation

course_validation:
python -m acceptance_tests.course_validation.generate_report
$(TOX)pytest -v a11y_tests -k 'not NUM_PROCESSES==1'

isort_check: ## check that isort has been run
$(TOX)isort --check-only --recursive --diff acceptance_tests/ analytics_dashboard/ common/
Expand Down
22 changes: 0 additions & 22 deletions acceptance_tests/course_validation/__init__.py

This file was deleted.

106 changes: 0 additions & 106 deletions acceptance_tests/course_validation/mappings.json

This file was deleted.

41 changes: 0 additions & 41 deletions acceptance_tests/course_validation/problem_count_stats.py

This file was deleted.

Loading

0 comments on commit a9bd8db

Please sign in to comment.