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

smartondev / gwbackupy / 67f3315c-84fb-418a-811a-82a17daf5e57

pending completion
67f3315c-84fb-418a-811a-82a17daf5e57

Pull #75

circleci

Márton Somogyi
enh: remove gmail restore missing and delete method parameters #74
Pull Request #75: add tests

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

857 of 1329 relevant lines covered (64.48%)

0.64 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, match_deleted: bool = True):
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