1 // Copyright (c) 2017 The btcsuite developers 2 3 // Package ci provides exported tests that can be imported and consumed by walletdb driver tests to help 4 // ensure that drivers confirm to the database driver interface correctly. 5 package ci 6