Remix.run Logo
NewJazz 16 hours ago

The test suite could test aspects of the architecture/design of the codebase that are not necessary for interoperability and constitute novel expression of a piece of software in a way that is not at all language specific.

joshka 16 hours ago | parent [-]

By definition a test suite is about testing interoperability with the test suite. An HTTP test suite should likely test for whether response code 418 is implemented a particular way and while humorous it would still be an interop test no?

Conan_Kudo 16 hours ago | parent [-]

No, the git test suite is about testing the git codebase. If you want something like that, you need a conformance suite, which does not exist for git.

joshka an hour ago | parent [-]

[dead]