{"library":"pytest-pikachu","title":"pytest-pikachu","description":"pytest-pikachu is a pytest plugin that displays a surprised Pikachu in the terminal when all tests pass successfully. It aims to add a touch of fun to the testing experience without affecting test logic. The current version is 1.0.0, and it is a stable, low-maintenance plugin that relies on pytest's plugin discovery mechanism.","language":"python","status":"active","last_verified":"Fri Apr 17","install":{"commands":["pip install pytest-pikachu pytest"],"cli":null},"imports":["No direct import needed"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import pytest\n\n# test_example.py\ndef test_passing_example():\n    assert True\n\ndef test_another_passing_case():\n    assert 1 + 1 == 2\n\n# To run this example after installing pytest and pytest-pikachu:\n# 1. Save the above code as 'test_example.py'\n# 2. Open your terminal in the same directory\n# 3. Run: pytest test_example.py\n# If all tests pass, a surprised Pikachu will appear in your terminal output.","lang":"python","description":"Install the `pytest-pikachu` plugin along with `pytest`. Create a test file with only passing tests. When `pytest` is run on this file, if all tests complete successfully, a surprised Pikachu will be displayed in the terminal output.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}