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

Add Tests #220

Open
14 tasks
young-k opened this issue Mar 27, 2019 · 0 comments
Open
14 tasks

Add Tests #220

young-k opened this issue Mar 27, 2019 · 0 comments

Comments

@young-k
Copy link
Contributor

young-k commented Mar 27, 2019

A list of tests we need to have:

  • A route request is formatted properly
  • Live tracking is up
  • Live tracking is returning up-to-date results
  • A route request always returns a walking route
  • We show buses that leave at the current time
  • We show buses that are delayed past the current time
  • We show buses that are delayed at the current time
  • If delay is less than 2 minutes, we don't show delay
  • If delay is less than 2 minutes but delayed past the current time, we display the delay
  • We show buses that are after the current time (a bus that leaves 30 minutes afterwards)
  • Our app functions without live tracking working
  • Our app returns a response if graphhopper does not return, rather than hanging
  • We return a list of stops
  • The stops request does not hang, even if the python microservice is down
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants