Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
611327f4
Commit
611327f4
authored
Sep 17, 2014
by
Ben Patterson
Committed by
Zia Fazal
Apr 06, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update paver bok_choy (test) commands to reflect new default vars.
parent
e0980434
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
pavelib/paver_tests/test_paver_bok_choy_cmds.py
+3
-4
No files found.
pavelib/paver_tests/test_paver_bok_choy_cmds.py
View file @
611327f4
...
@@ -14,8 +14,8 @@ class TestPaverBokChoy(unittest.TestCase):
...
@@ -14,8 +14,8 @@ class TestPaverBokChoy(unittest.TestCase):
def
_expected_command
(
self
,
expected_text_append
):
def
_expected_command
(
self
,
expected_text_append
):
if
expected_text_append
:
if
expected_text_append
:
expected_text_append
=
"/"
+
expected_text_append
expected_text_append
=
"/"
+
expected_text_append
expected_statement
=
(
"SCREENSHOT_DIR='{repo_dir}/test_root/log' "
expected_statement
=
(
"
DEFAULT_STORE=None
SCREENSHOT_DIR='{repo_dir}/test_root/log' "
"HAR_DIR='{repo_dir}/test_root/log/hars' "
"
BOK_CHOY_
HAR_DIR='{repo_dir}/test_root/log/hars' "
"SELENIUM_DRIVER_LOG_DIR='{repo_dir}/test_root/log' "
"SELENIUM_DRIVER_LOG_DIR='{repo_dir}/test_root/log' "
"nosetests {repo_dir}/common/test/acceptance/tests{exp_text} "
"nosetests {repo_dir}/common/test/acceptance/tests{exp_text} "
"--with-xunit "
"--with-xunit "
...
@@ -40,4 +40,4 @@ class TestPaverBokChoy(unittest.TestCase):
...
@@ -40,4 +40,4 @@ class TestPaverBokChoy(unittest.TestCase):
self
.
assertEqual
(
self
.
request
.
cmd
,
self
.
_expected_command
(
self
.
request
.
test_spec
))
self
.
assertEqual
(
self
.
request
.
cmd
,
self
.
_expected_command
(
self
.
request
.
test_spec
))
# TODO: Test when bok_choy test file is in a subdir
# TODO: Test when bok_choy test file is in a subdir
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment