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

mindflayer / python-mocket / 9841431065

08 Jul 2024 02:23PM UTC coverage: 98.824%. Remained the same
9841431065

Pull #242

github

web-flow
Merge 2fb1e1212 into 6e3fbad16
Pull Request #242: Testing Python 3.13

840 of 850 relevant lines covered (98.82%)

3.94 hits per line

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

100.0
/mocket/async_mocket.py
1
from .mocket import Mocketizer
4✔
2
from .utils import get_mocketize
4✔
3

4

5
async def wrapper(
4✔
6
    test,
7
    truesocket_recording_dir=None,
8
    strict_mode=False,
9
    strict_mode_allowed=None,
10
    *args,
11
    **kwargs,
12
):
13
    async with Mocketizer.factory(
4✔
14
        test, truesocket_recording_dir, strict_mode, strict_mode_allowed, args
15
    ):
16
        return await test(*args, **kwargs)
4✔
17

18

19
async_mocketize = get_mocketize(wrapper_=wrapper)
4✔
20

21

22
__all__ = ("async_mocketize",)
4✔
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