Skip to content
Snippets Groups Projects
Commit 45ba0560 authored by Renzo Frigato's avatar Renzo Frigato
Browse files

rename test folders and scripts

parent 7d7a9acd
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
../../live.sh cmd PYTHONPATH=code/api:code/data nosetests -vv --exe --collect-only code/api/$1
\ No newline at end of file
......@@ -6,4 +6,4 @@ if [ -z "$1" ]
exit 1
fi
../../live.sh cmd PYTHONPATH=code/api:code/data code/api/bin/bootstrap.py users -f mongodb://localhost:9001/scitran code/api/test_bootstrap.json $1
\ No newline at end of file
../../../live.sh cmd PYTHONPATH=code/api:code/data code/api/bin/bootstrap.py users -f mongodb://localhost:9001/scitran code/api/test/test_bootstrap.json $1
\ No newline at end of file
File moved
File moved
File moved
File moved
File moved
File moved
#!/bin/sh
../../../live.sh cmd PYTHONPATH=code/api:code/data nosetests -vv --exe --collect-only code/api/test/$1
\ No newline at end of file
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment