{"library":"pytest-expect-test","title":"pytest-expect-test","description":"A lightweight pytest plugin providing an `expect` fixture for snapshot testing. Version 0.1.0 is the initial release, requiring Python >=3.5. Development appears low-frequency, with no recent updates.","language":"python","status":"active","last_verified":"Sat May 09","install":{"commands":["pip install pytest-expect-test"],"cli":null},"imports":["from pytest_expect_test import expect"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"def test_example(expect):\n    expect(2 + 2) == 4\n    # The first run records the expectation, subsequent runs compare.","lang":"python","description":"Basic usage: use the `expect` fixture to assert equality. On first run, the expected value is recorded; later runs check against the recorded snapshot.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}