Guest User

Untitled

a guest
May 21st, 2021
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.13 KB | None | 0 0
  1. @pytest.mark.db
  2. class TestFooBar:
  3.     foo = Bar()
  4.  
  5.     def test_response_to_request(self,):
  6.          assert isinstance(foo, Bar)
  7.  
Advertisement
Add Comment
Please, Sign In to add comment