- Install Python 3.4+ on your computer. You can see how to do that here
- Download/clone this repository.
cd
into the downloaded/cloned directory.python test_filter.py
will run the tests for thefilter()
function.python -m unittest
should run all of the tests in the directory.
- Write the code that the tests want. (But that's why you're coming to the meetup, huh?)