• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

zarr-developers / zarr / 1317

Builds Branch Commit Type Ran Committer Via Coverage
1317 mongodb_store address comments Pull #372 04 Jan 2019 06:29PM UTC web-flow travis-ci pending completion   set done
1316 ensure_bytes_in__encode_chunk Merge 'zarr-developers/master' into 'jakirkham/ensure_bytes_in__encode_chunk' Pull #359 04 Jan 2019 07:25AM UTC web-flow travis-ci pending completion   set done
1315 add_dirstore_use_memmap_flag Coerce NumPy `memmap` object to a `memoryview` As stores have various properties like needing to be able to compare equal, NumPy `memmap` objects are not ideal for this purpose. Not to mention they subclass NumPy `ndarray`'s, which makes it hard ... Pull #377 04 Jan 2019 06:27AM UTC web-flow travis-ci pending completion   set done
1314 test_pop_default Test `pop` with the default value of `None` Some implementations of `pop` might carelessly set the `default` to `None` when not passed. However this would make it impossible to distinguish the case where the user passed `None` for the `default` i... Pull #380 04 Jan 2019 03:42AM UTC web-flow travis-ci pending completion   set done
1313 add_dirstore_use_memmap_flag Implement `pop` and `popitem` for `DirectoryStore` As memory-mapped files will become invalid once deleted, `DirectoryStore`'s `pop` and `popitem` need to be implemented such that they don't hold invalid references to files removed from the disk.... Pull #377 04 Jan 2019 03:27AM UTC web-flow travis-ci pending completion   set done
1312 test_pop_default Test `pop` with default argument Adds another case to `test_pop` for stores generally, which merely tests if `pop` can handle the default argument correctly when no key can be found. Pull #380 04 Jan 2019 03:25AM UTC web-flow travis-ci pending completion   set done
1311 add_dirstore_use_memmap_flag Implement `pop` and `popitem` for `DirectoryStore` As memory-mapped files will become invalid once deleted, `DirectoryStore`'s `pop` and `popitem` need to be implemented such that they don't hold invalid references to files removed from the disk.... Pull #377 04 Jan 2019 02:51AM UTC web-flow travis-ci pending completion   set done
1310 tst_popitem Test the `popitem` method of `MutableMapping`s too Adds a test for the `popitem` method of `MutableMapping`'s as well. Typically this is not used, but it does get used in the default `clear` method. Given this method doesn't guarantee an order, u... Pull #378 04 Jan 2019 02:46AM UTC web-flow travis-ci pending completion   set done
1308 cmp_data_content Compare test data's content generally Instead of strictly expecting values returned from a store to be `bytes` instances only in the tests, relax this to anything that supports the buffer protocol and has the expected content. This makes it possi... Pull #379 04 Jan 2019 02:36AM UTC web-flow travis-ci pending completion   set done
1306 add_dirstore_use_memmap_flag Test `popitem` as well Adds a test for the `popitem` method of `MutableMapping`'s as well. Typically this is not used, but it does get used in the default `clear` method. Given this method doesn't guarantee an order, use a store with a single-key... Pull #377 04 Jan 2019 02:25AM UTC web-flow travis-ci pending completion   set done
1305 add_sqlite_store Adjust inheritance of `TestSQLiteStoreInMemory` Make sure to inherit directly from `unittest.TestCase` as well. Pull #368 04 Jan 2019 01:59AM UTC web-flow travis-ci pending completion   set done
1304 add_dirstore_use_memmap_flag Compare data's content generally Instead of strictly expecting values from a store to compare to be `bytes` instances only, relax this to anything that supports the buffer protocol and contains the contents expected by the tests. This makes it po... Pull #377 04 Jan 2019 01:49AM UTC web-flow travis-ci pending completion   set done
1303 add_sqlite_store Drop explicit setting of `sqlite3` defaults Simply use the `Connection`'s default arguments implicitly instead of explicitly setting them in the constructor. Pull #368 04 Jan 2019 12:25AM UTC web-flow travis-ci pending completion   set done
1302 add_sqlite_store Test in-memory SQLiteStore's separately Uses all the same tests we use for SQLiteStore's on disk except it special cases the pickling test to ensure the `SQLiteStore` cannot be pickled if it is in-memory. Pull #368 03 Jan 2019 11:55PM UTC web-flow travis-ci pending completion   set done
1301 add_sqlite_store Test in-memory SQLiteStore's separately Uses all the same tests we use for SQLiteStore's on disk except it special cases the pickling test to ensure the `SQLiteStore` cannot be pickled if it is in-memory. Pull #368 03 Jan 2019 11:53PM UTC web-flow travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • …
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • …
  • 52
  • 53
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc