from watt42_common import fn1 def test_dummy(): assert fn1() == 42, "fn1 should return 42"