joseph-roitman / pytest-snapshot

A plugin for snapshot testing with pytest.
MIT License
114 stars 12 forks source link

AttributeError: 'unittest.TestCase' object has no attribute 'assert_match' #69

Closed tw00 closed 7 months ago

tw00 commented 7 months ago

Hi, it seems like some additional setup is required.

Does pytest-snapshot still work with pytest 7.4.3?

I'm using Python 3.11.6 and pytest-snapshot~=0.9.0.

tw00 commented 7 months ago

Ok looks like pytest-snapshot can not be used with unittest.