Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Fukász Rómeó Ervin
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
3b7e6a5e
authored
Jul 18, 2014
by
Őry Máté
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use nose tests
parent
bbc9a44c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
circle/circle/settings/test.py
+2
-0
requirements/test.txt
+2
-0
No files found.
circle/circle/settings/test.py
View file @
3b7e6a5e
...
@@ -35,7 +35,9 @@ SOUTH_TESTS_MIGRATE = False
...
@@ -35,7 +35,9 @@ SOUTH_TESTS_MIGRATE = False
INSTALLED_APPS
+=
(
INSTALLED_APPS
+=
(
'acl.tests'
,
'acl.tests'
,
'django_nose'
,
)
)
TEST_RUNNER
=
'django_nose.NoseTestSuiteRunner'
CACHES
=
{
CACHES
=
{
'default'
:
{
'default'
:
{
...
...
requirements/test.txt
View file @
3b7e6a5e
...
@@ -3,3 +3,5 @@
...
@@ -3,3 +3,5 @@
coverage==3.7.1
coverage==3.7.1
factory-boy==2.3.1
factory-boy==2.3.1
mock==1.0.1
mock==1.0.1
django-nose==1.2
nose==1.3.3
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