Advertisement
Guest User

Untitled

a guest
Nov 21st, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.29 KB | None | 0 0
  1. set -xe
  2. export PYTHONPATH=".":"..":"/work/infohound-social-test/common":"/work/infohound-social-test":"/work/infohound-social-test/social_API_test/"
  3. which pipenv
  4. pipenv install --deploy --skip-lock
  5. pipenv shell
  6. cd social_API_test/Tests
  7. python -m unittest api_manual.APITest.test_12_phone
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement