• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

smartondev / gwbackupy / 8e59c487-f75f-4722-b2f1-e35b1b1942d8

pending completion
8e59c487-f75f-4722-b2f1-e35b1b1942d8

Pull #75

circleci

Márton Somogyi
refactor filter_interface.py
Pull Request #75: add tests

31 of 31 new or added lines in 3 files covered. (100.0%)

858 of 1329 relevant lines covered (64.56%)

0.65 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

70.59
/gwbackupy/filters/filter_interface.py
1
from __future__ import annotations
1✔
2

3
from datetime import datetime
1✔
4
from builtins import bool
1✔
5

6
import tzlocal
1✔
7

8

9
class FilterInterface:
1✔
10
    def __init__(self):
1✔
11
        pass
1✔
12

13
    def with_date_from(self, dt: datetime | None):
1✔
14
        pass
×
15

16
    def with_date_to(self, dt: datetime | None):
1✔
17
        pass
×
18

19
    def with_match_deleted(self):
1✔
20
        pass
×
21

22
    def is_match_deleted(self) -> bool:
1✔
23
        pass
×
24

25
    def match(self, d: any) -> bool:
1✔
26
        pass
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc