Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ale
ngv
Commits
b75459ef
Commit
b75459ef
authored
Aug 01, 2008
by
ale
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added script to test the ngv module
parent
5b94ba5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
test_backend.sh
test_backend.sh
+9
-0
No files found.
test_backend.sh
0 → 100755
View file @
b75459ef
#!/bin/sh
base_dir
=
`
dirname
$0
`
if
[
-z
"
$base_dir
"
]
;
then
base_dir
=
.
fi
export
PYTHONPATH
=
${
base_dir
}
:
${
base_dir
}
/ngv_frontend
echo
"PYTHONPATH: '
$PYTHONPATH
'"
python setup.py build
cd
ngv
&&
nosetests
--verbose
--with-coverage
--cover-package
=
ngv
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