fstpackage / fsttable

An interface to fast on-disk data tables stored with the fst format
GNU Affero General Public License v3.0
27 stars 4 forks source link

Extensive unit tests #4

Open MarcusKlik opened 6 years ago

MarcusKlik commented 6 years ago

To assure correct data.table like behavior, the interface needs to be tested thoroughly. A good test suite would make the development of new features in fsttable a lot easier. Perhaps we could look at the data.table package and use a small subset of tests.