Skip to content

Instantly share code, notes, and snippets.

View PetterS's full-sized avatar

Petter Strandmark PetterS

View GitHub Profile

Keybase proof

I hereby claim:

  • I am PetterS on github.
  • I am strandmark (https://keybase.io/strandmark) on keybase.
  • I have a public key whose fingerprint is F791 D9D5 CC08 949A 8456 FEAC 5F7B 2522 93B7 222B

To claim this, I am signing this object:

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
import asyncio
import functools
import inspect
import os
import unittest
from unittest import mock
class AsyncTestCaseMeta(type(unittest.TestCase)):