Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

travis에서 localhost 실행 질문 #49

Open
ComputerMath opened this issue May 6, 2019 · 2 comments
Open

travis에서 localhost 실행 질문 #49

ComputerMath opened this issue May 6, 2019 · 2 comments

Comments

@ComputerMath
Copy link

travis에서 python manage.py test 를 통해 백엔드 테스트를 하려는데,
테스트를 하려면 localhost server로 실행시켜야 하는데 문제가 생겼습니다.

before_script: 쪽에서 python3 manage.py runserver & 로 해도
localserver와 connection이 안된다고 하면서 테스트가 종료되는데
혹시 travis 내 setting 을 수정하거나 다른 추가적인 명령어를 통해 localhost가 실행된 채로
python manage.py test와 같은 추가적인 명령어를 내릴 수는 없나요?

@ComputerMath
Copy link
Author

더불어 프론트 테스트 (npm start)의 경우는 어떻게 하는지 알려주시면 감사하겠습니다

@ldm2468
Copy link

ldm2468 commented May 6, 2019

개인적으로 로컬호스트에 서버를 돌려서 테스트하는거보다는 Django rest framework의 APITestCase나 APILiveServerTestCase를 이용하시는걸 추천드립니다!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants