Skip to content

fitzy1321/mock-aiohttp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mock-aiohttp

Attempting to create a reusable mock for testing with aiohttp.ClientSession().

⚠️ This project is still under development. Expect breaking changes.

Notes

MVP:

  • Make reusable pytest plugin / fixture / mock / thing for mocking aiohttp.ClientSession
  • Figure out github to pypi release strategy
  • Test it. Repeatidly.

Installation

pip install mock-aiohttp

Currently, this won't do anything. I'm still learning how to make pytest fixtures.

Development

Git clone this repo, then use poetry install

About

Reusable mock for testing aiohttp.ClientSession

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages