FizzBuzz icon indicating copy to clipboard operation
FizzBuzz copied to clipboard

Automated Testing?

Open zenware opened this issue 9 years ago • 3 comments

I think it would be cool if all of the programs could somehow be automatically tested.

zenware avatar Jan 30 '16 20:01 zenware

I think this is possible with CodeShip

zenware avatar Jan 30 '16 20:01 zenware

Here's a terrible script I wrote a while ago: https://gist.github.com/nloveladyallen/6964b893bd3c68b022ebe5ee630713ce

(Obviously using a real testing framework would be better)

nloveladyallen avatar May 22 '16 14:05 nloveladyallen

So I've been thinking about this and I think it makes sense to provide a build file for each of the source files and move everything into $lang directories... I think I'm going to start making some changes to that effect tonight.

Inspiration comes from make a lisp, which is a much less trivial version of hello-world or FizzBuzz. They actually include images with the required software to build each thing...

Anyways I'm going to make some steps in the direction of being able to run everything easily soon.

zenware avatar Jan 19 '17 03:01 zenware