Files @ 0ea99a6aab68
Branch filter:

Location: rattail-project/rattail/.coveragerc

Lance Edgar
Various changes to allow custom commands to sit in front of non-Rattail database.

In particular some of the Continuum versioning code required protection
from import failures, and various assumptions about the "default" database
session were refactored.
1
2
3
4
5
6
[report]
exclude_lines =
        pragma:? no cover
        def __repr__
        def __str__
        def __unicode__