dgrid icon indicating copy to clipboard operation
dgrid copied to clipboard

LocalDB

Open akaJes opened this issue 11 years ago • 2 comments

will you create tests for new DStore feature like LocalDB similar to Rest or implement it in common tests?

akaJes avatar Feb 25 '15 14:02 akaJes

What challenge is the lack of tests causing you? We are always looking to increase test coverage, but it is always a challenge of managing resources.

kitsonk avatar Aug 11 '15 10:08 kitsonk

The tests for specific stores are really found in dstore, e.g. https://github.com/SitePen/dstore/blob/master/tests/unit/LocalDB.js , whereas dgrid's tests focus on testing dgrid working with the dstore interface https://github.com/SitePen/dgrid/blob/master/test/intern/core/stores.js , but not duplicating the tests of dstore

dylans avatar Aug 11 '15 11:08 dylans