TAP version 14
# Subtest: can be created - report
    1..1
    ok 1 - (unnamed test)
ok 1 - can be created - report # time=6.296ms

ok 2 - should not error
# Subtest: request - report
    1..3
    ok 1 - should not error
    ok 2 - should be equal
    ok 3 - should be equal
ok 3 - request - report # time=14.529ms

# Subtest: request with other path - report
    1..3
    ok 1 - should not error
    ok 2 - should be equal
    ok 3 - should be equal
ok 4 - request with other path - report # time=8.252ms

# Subtest: request with body - report
    1..3
    ok 1 - should not error
    ok 2 - should be equal
    ok 3 - should be equal
ok 5 - request with body - report # time=2.255ms

# Subtest: request with body and no content type (415 error) - report
    1..3
    ok 1 - should not error
    ok 2 - should be equal
    ok 3 - should be equal
ok 6 - request with body and no content type (415 error) - report # time=1.489ms

# Subtest: request without body - report
    1..3
    ok 1 - should not error
    ok 2 - should be equal
    ok 3 - should be equal
ok 7 - request without body - report # time=0.726ms

1..7
