Zirak / pkgfs

1 stars 0 forks source link

Official test suite #7

Open ralt opened 9 years ago

ralt commented 9 years ago

We should make a bash script or something that would validate the structure of an implementation. I've already started something similar in the tests of dpkg-fs.

Thoughts?

Zirak commented 9 years ago

Yes, a thousand times yes!

This along with integration tests for each implementation would be a boon. The difficulty is in creating the integration tests. sigh

ralt commented 9 years ago

Some first trial: https://github.com/ralt/dpkg-fs/blob/master/t/dpkg-fs.lisp#L44