Using cc() and test.data.table() works like a charm for rapid developing. However, when running test.data.table() I often know at which particular test I want to start testing (since this was the test failing before). This might become even more important since our testcase database is growing (or we might come up with a better partitioning into different test files).
Using
cc()andtest.data.table()works like a charm for rapid developing. However, when runningtest.data.table()I often know at which particular test I want to start testing (since this was the test failing before). This might become even more important since our testcase database is growing (or we might come up with a better partitioning into different test files).