dduk-ddak / coding-night-live

Web-based Communication Application for Codelabs
Other
62 stars 11 forks source link

let's be friends with travis ci! #64

Open juice500ml opened 7 years ago

juice500ml commented 7 years ago

Write all the testcases here - frontend and backend alike!

punkyoon commented 7 years ago

7b049b6c80d7fb34328dcfe62c1f5572c59327bf

travis에서 기본적인 사항에 대해서 build passing 뱉어내도록 만들었습니다.

punkyoon commented 7 years ago

django test 코드 작성에 대해서 조금 더 살펴봅시다!

punkyoon commented 7 years ago

우선 django에서 사용할 테스트 케이스를 작성하려고 하는데, 어떤 케이스들을 작성하면 좋을까요?

(ex. 최대 접속 가능수, ..)

punkyoon commented 7 years ago

Testing Channels Consumers

https://channels.readthedocs.io/en/stable/testing.html#clients

punkyoon commented 7 years ago

Testing in Django

minhoryang commented 7 years ago

Front의 Behavior Scenario 를 알려주시면 #47 에서 도움이 될 거에요.