Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Commit

Permalink
change dir structure for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Pollithy committed Jun 28, 2017
1 parent a0adae1 commit 8481efc
Show file tree
Hide file tree
Showing 30 changed files with 17 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,4 @@ install:


script:
- env
- ls -la
- ls
- pwd
- PYTHONPATH=$PYTHONPATH:/home/travis/build/Blueshoe/ python test_app/manage.py test test_app
- PYTHONPATH=$PYTHONPATH:/home/travis/build/Blueshoe/djangocms-reversion2/ python test_app/manage.py test test_app
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
15 changes: 15 additions & 0 deletions djangocms_reversion2/static/css/reversion2.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
.reversion2_diff_rendered_view_button {
}

.reversion2_diff_rendered_preview_infobar {
position:fixed;
top:0;
left:0;
right:0;
background-color: rgba(255, 0, 0, 0.5);
z-index: 100000;
}

a.list-group-item {
color: black;
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion test_app/tests/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from djangocms_text_ckeditor.models import Text

from djangocms_reversion2.page_revisions import AUTO_REVISION_COMMENT
from djangocms_reversion2.test_app.tests.testutils import DR2BaseTestCase
from test_app.tests.testutils import DR2BaseTestCase


class PageRevisionCreateTestCase(DR2BaseTestCase, TestCase):
Expand Down

0 comments on commit 8481efc

Please sign in to comment.