Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
JoyThief v0.2.3 documentation
JoyThief v0.2.3 documentation
  • joythief package
    • joythief.core module
    • joythief.numbers module
    • joythief.objects module
    • joythief.strings module
Back to top
View this page
Edit this page

JoyThief¶

CI Docs Coverage Status

Comparison is the thief of joy.

Usage¶

JoyThief provides a collection of matchers which can be used for testing.

from joythief.numbers import NaN


def test_my_func_with_no_arguments_returns_nan():
    assert my_func() == NaN()
  • joythief package
    • Submodules
      • joythief.core module
      • joythief.numbers module
      • joythief.objects module
      • joythief.strings module
    • Module contents
Next
joythief package
Copyright © 2025, Jonathan Sharpe
Made with Sphinx and @pradyunsg's Furo
On this page
  • JoyThief
    • Usage