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

mindflayer / python-mocket / 9127155159

17 May 2024 10:59AM UTC coverage: 98.537%. Remained the same
9127155159

Pull #235

github

web-flow
Merge 0e33b6f5c into 7bfb7acbb
Pull Request #235: Bump Actions' versions

808 of 820 relevant lines covered (98.54%)

4.89 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
5✔
2
from .utils import get_mocketize
5✔
3

4

5
async def wrapper(
5✔
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(
5✔
14
        test, truesocket_recording_dir, strict_mode, strict_mode_allowed, args
15
    ):
16
        return await test(*args, **kwargs)
5✔
17

18

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

21

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

© 2026 Coveralls, Inc