Files @ 9343ba3fb2c8
Branch filter:

Location: rattail-project/rattail/.coveragerc

Lance Edgar
Tweak `locking_copy_test()` to assume destination is always a folder.

Also add constant for "file exists" error.
1
2
3
4
5
6
[report]
exclude_lines =
        pragma:? no cover
        def __repr__
        def __str__
        def __unicode__