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

Commit

Permalink
Merge pull request #347 from edx/dsjen/accept-local
Browse files Browse the repository at this point in the history
Added accept_local to Makefile.
  • Loading branch information
dsjen committed Sep 21, 2015
2 parents 8f38a95 + 4a3b7a9 commit 9f1c002
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ test_python: clean
accept:
./runTests.sh acceptance_tests

# 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:
nosetests -v acceptance_tests --exclude-dir=acceptance_tests/course_validation

a11y:
SELENIUM_BROWSER=phantomjs ./runTests.sh a11y_tests

Expand Down

0 comments on commit 9f1c002

Please sign in to comment.