Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
django-pipeline
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
OpenEdx
django-pipeline
Commits
6f55a2f7
Commit
6f55a2f7
authored
Dec 06, 2013
by
Timothée Peignier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix regression test
parent
d42fe152
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
1 deletions
+2
-1
tests/settings.py
+1
-0
tests/tests/static/app.css
+0
-0
tests/tests/test_storage.py
+1
-1
No files found.
tests/settings.py
View file @
6f55a2f7
...
...
@@ -19,6 +19,7 @@ INSTALLED_APPS = [
'django.contrib.admin'
,
'pipeline'
,
'tests'
,
'tests.tests'
]
ROOT_URLCONF
=
'tests.urls'
...
...
tests/tests/static/app.css
0 → 100644
View file @
6f55a2f7
tests/tests/test_storage.py
View file @
6f55a2f7
...
...
@@ -27,6 +27,6 @@ class StorageTest(TestCase):
def
test_find_storage
(
self
):
try
:
storage
=
PipelineFinderStorage
()
storage
.
find_storage
(
'
testing
.css'
)
storage
.
find_storage
(
'
app
.css'
)
except
ValueError
:
self
.
fail
()
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