choppaluv / HighTravel

0 stars 0 forks source link

Backend Testing #30

Closed choppaluv closed 6 years ago

choppaluv commented 6 years ago

Backend testing for Model & View

model, view에 대한 기본적인 django testing을 완료하였습니다. 지금까지 작성한 test에 의한 결과는 아래 사진과 같습니다.

2018-05-27 18-19-38

앞으로 더 작성해야할 test 사항들은 다음과 같습니다.

choppaluv commented 6 years ago

Backend testing for Restful API

각각의 view(list, detail, list for each trip) 에 대해 Restful API django testing을 하였습니다.

테스팅 결과는 아래 사진과 같습니다. (pass 105/ total 105)

test

ghost commented 6 years ago

login by token test

2018-05-28 10 01 33

ghost commented 6 years ago

Modified trip model test

2018-05-28 10 07 57

choppaluv commented 6 years ago

106 Test Successfully in Travis

travis