Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
beat.web
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
55
Issues
55
List
Boards
Labels
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
beat
beat.web
Commits
968f6cff
Commit
968f6cff
authored
Jul 06, 2018
by
Samuel GAIST
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[conda][meta] Ensure test prefix is deleted
parent
1ac23c4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
conda/meta.yaml
conda/meta.yaml
+2
-1
No files found.
conda/meta.yaml
View file @
968f6cff
...
...
@@ -86,13 +86,14 @@ test:
-
export COVERAGE_FILE=.coverage.cmdline
-
export NOSE_WITH_COVERAGE=1
-
rm -f test.sql3 manage.py
-
rm -r test_prefix
-
rm -r
f
test_prefix
{
%
if environ.get('BEAT_DOCKER_TESTS'
,
False) %
}
-
nosetests -sv beat.cmdline
{
%
else %
}
-
nosetests -sv --exclude=".*test_docker.*" beat.cmdline
{
%
endif %
}
-
rm -f test.sql3
-
rm -rf test_prefix
-
unset COVERAGE_FILE
-
coverage combine .coverage.django .coverage.cmdline
...
...
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