jckarter / clay

The Clay programming language
http://claylabs.com/clay
Other
404 stars 34 forks source link

reorganize tests #399

Closed stepancheg closed 12 years ago

stepancheg commented 12 years ago

Move all tests into subfolders.

This is necessary to quickly find out which parts of the project are covered with tests.

The downside of this separation is that sometimes tests of similar entities lies in different folders, like lang/floats and lib-clay/floats.

Patch contains nothing but file renames. No test files are modified or removed.

jckarter commented 12 years ago

Much nicer. Thanks!