• Kirill Smelkov's avatar
    golang: tests: Verify that b and u are idempotent · 5251a74c
    Kirill Smelkov authored
    i.e. b(b(·)) and u(u(·)) are always identity.
    
    This property already holds and is easy to verify just by code review.
    However it might become less obvious once we start to tweak b and u.
    
    -> Add explicit test.
    5251a74c
golang_test.py 48 KB