Unittests and Assert Raise
Using assert raise within tests is a tricky thing - So today I'll focus on how to properly use it :)
more ...Using assert raise within tests is a tricky thing - So today I'll focus on how to properly use it :)
more ...So my first initial change for Parameterizing test-cases was a bit of failure - you can check this Parameterized Django Testcases At Biking Endorphines
Let's change that :)
pip install pytest
import pytest …
After reviewing what is at the gpx_reader branch I've found #TODO that said about making mocks, but it was not best name for what I've intended to do. I've wanted to parameterized the TestCase, so I could use different type of test-source data for one and the same test …
more ...