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
52bc1754
Commit
52bc1754
authored
Jul 03, 2014
by
Christine Lytwynec
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
skipping update assets, not just collectstatic, in unit tests
parent
30c573c7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
pavelib/utils/test/suites/nose_suite.py
+3
-5
No files found.
pavelib/utils/test/suites/nose_suite.py
View file @
52bc1754
...
...
@@ -98,14 +98,12 @@ class SystemTestSuite(NoseTestSuite):
def
__enter__
(
self
):
super
(
SystemTestSuite
,
self
)
.
__enter__
()
args
=
[
self
.
root
,
'--settings=test'
]
if
self
.
fasttest
:
if
not
self
.
fasttest
:
# TODO: Fix the tests so that collectstatic isn't needed ever
# add --skip-collect to this when the tests are fixed
args
.
append
(
'--skip-collect'
)
call_task
(
'pavelib.assets.update_assets'
,
args
=
args
)
args
=
[
self
.
root
,
'--settings=test'
]
call_task
(
'pavelib.assets.update_assets'
,
args
=
args
)
@property
def
cmd
(
self
):
...
...
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