jncraton / path-stats

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Path Stats

Helper functions to calculate the basic stats for a network path.

Objective

Create correct implementations for the 3 included Python functions so that the included unit tests are passing.

Running Tests

Tests are included using the doctest syntax. They can be run using:

python3 -m doctest pathstats.py

You can also run tests from the included makefile by running:

make

Assumed Knowledge

It is assumed that you are already familiar with, or can easily teach yourself, the following in order to complete this assignment:

About


Languages

Language:Python 94.9%Language:Makefile 5.1%