Fakultas Ilmu Komputer UI
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Fasilkom UI Open Source Software
Kape
Commits
2a5d60c5
Commit
2a5d60c5
authored
Mar 11, 2017
by
Zamil Majdy
Browse files
#140382397 #5 Update gitignore and html test
parent
a3401ca7
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
2a5d60c5
...
@@ -8,3 +8,5 @@ webpack-stats.json
...
@@ -8,3 +8,5 @@ webpack-stats.json
.npm
.npm
.bash_history
.bash_history
.cache
.cache
test/*
.coverage
kape/settings.py
View file @
2a5d60c5
...
@@ -56,7 +56,7 @@ TEST_RUNNER = 'django_nose.NoseTestSuiteRunner'
...
@@ -56,7 +56,7 @@ TEST_RUNNER = 'django_nose.NoseTestSuiteRunner'
NOSE_ARGS
=
[
NOSE_ARGS
=
[
'--with-coverage'
,
'--with-coverage'
,
'--cover-package=kape.views'
,
'--cover-package=kape.views'
,
'--cover-html-dir=test
.html
'
,
'--cover-html-dir=test'
,
'--cover-html'
'--cover-html'
''
''
]
]
...
...
Write
Preview
Supports
Markdown
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