Perl-Toolchain-Gang/YAML-Tiny

Move tests that compare with other YAML implementations to xt

Closed this issue · 1 comments

I don't think it's wise to tie the success of YAML::Tiny tests to correct operation of other YAML implementations. That said, I think it's useful information while developing.

I recommend moving those comparisons to an xt/ directory and checking them during development and prior to release, but letting them be excluded from end-user tests in the t/ directory.

The YAML::Tiny tests in t/ should just be tests of YAML::Tiny's own API and tests against the specification.

rjbs commented
  • David Golden notifications@github.com [2013-10-25T13:51:40]

    I recommend moving those comparisons to an xt/ directory and checking them
    during development and prior to release, but letting them be excluded from
    end-user tests in the t/ directory.

👍

rjbs