I've informed you I'll be doing Business Logic for Biking Endorphines.
To make best of my time I've considered to go with TDD and that's why I'll first implement Tests for Business Logic.
This will propably shape all business logic, but I'll have already tests with myself for future …
more ...You may wonder why use Android application in python project??
Python project was from the beginning only one part of product that I wanted to create.
Second part was always the Android application that will gather data from GPS and show …
more ...As I've informed you at post Pelican Blog with Pelican-Bootstrap3 theme, I've started working on fancy-box image viewer and adjusting it's usage for pelican blogging engine.
Quoting product site:
FancyBox is a tool for displaying images, html content and multi-media in …
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 ...