ethanjweiner / visualize-the-web

A geographic visualizer of HTTP requests across long distances, built with Python and Flask
2 stars 1 forks source link

Test the routing function in a playground #31

Closed ethanjweiner closed 3 years ago

ethanjweiner commented 3 years ago

Task Title

Task: Test the routing function in a playground

Task Description

This Task will...

Epic Parent

Feature: Awesome Feature Title

ethanjweiner commented 3 years ago

In order, test:

  1. neighbors() (generate list of routers within radius)
  2. route() base cases
  3. route_neighbors()
  4. route() -- test all edge cases