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
659c72a0
Commit
659c72a0
authored
Jun 08, 2015
by
Christine Lytwynec
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move bok choy studio split tests to shard_2
parent
e31a78cb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
common/test/acceptance/tests/studio/test_studio_split_test.py
+3
-3
No files found.
common/test/acceptance/tests/studio/test_studio_split_test.py
View file @
659c72a0
...
@@ -67,7 +67,7 @@ class SplitTestMixin(object):
...
@@ -67,7 +67,7 @@ class SplitTestMixin(object):
Promise
(
missing_groups_button_not_present
,
"Add missing groups button should not be showing."
)
.
fulfill
()
Promise
(
missing_groups_button_not_present
,
"Add missing groups button should not be showing."
)
.
fulfill
()
@attr
(
'shard_
1
'
)
@attr
(
'shard_
2
'
)
class
SplitTest
(
ContainerBase
,
SplitTestMixin
):
class
SplitTest
(
ContainerBase
,
SplitTestMixin
):
"""
"""
Tests for creating and editing split test instances in Studio.
Tests for creating and editing split test instances in Studio.
...
@@ -200,7 +200,7 @@ class SplitTest(ContainerBase, SplitTestMixin):
...
@@ -200,7 +200,7 @@ class SplitTest(ContainerBase, SplitTestMixin):
self
.
verify_groups
(
container
,
[
'alpha'
],
[],
verify_missing_groups_not_present
=
False
)
self
.
verify_groups
(
container
,
[
'alpha'
],
[],
verify_missing_groups_not_present
=
False
)
@attr
(
'shard_
1
'
)
@attr
(
'shard_
2
'
)
class
GroupConfigurationsNoSplitTest
(
StudioCourseTest
):
class
GroupConfigurationsNoSplitTest
(
StudioCourseTest
):
"""
"""
Tests how the Group Configuration page should look when the split_test module is not enabled.
Tests how the Group Configuration page should look when the split_test module is not enabled.
...
@@ -225,7 +225,7 @@ class GroupConfigurationsNoSplitTest(StudioCourseTest):
...
@@ -225,7 +225,7 @@ class GroupConfigurationsNoSplitTest(StudioCourseTest):
self
.
assertFalse
(
self
.
group_configurations_page
.
experiment_group_sections_present
)
self
.
assertFalse
(
self
.
group_configurations_page
.
experiment_group_sections_present
)
@attr
(
'shard_
1
'
)
@attr
(
'shard_
2
'
)
class
GroupConfigurationsTest
(
ContainerBase
,
SplitTestMixin
):
class
GroupConfigurationsTest
(
ContainerBase
,
SplitTestMixin
):
"""
"""
Tests that Group Configurations page works correctly with previously
Tests that Group Configurations page works correctly with previously
...
...
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