Files @ 4ebd9fb9901b
Branch filter:

Location: rattail-project/rattail/.coveragerc

Lance Edgar
Add `PathNotFound` exception, normalize to it within `locking_copy_test()`.

Hopefully this improves the retry situation on a certain system I know...
1
2
3
4
5
6
[report]
exclude_lines =
        pragma:? no cover
        def __repr__
        def __str__
        def __unicode__