Skip to content

Commit

Permalink
Check whether remote butler thinks it is writeable
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Oct 27, 2023
1 parent dfca97e commit 9f27ffd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ def test_simple(self):
def test_remote_butler(self):
universe = self.butler.dimensions
self.assertEqual(universe.namespace, "daf_butler")
self.assertFalse(self.butler.isWriteable())

def test_get_dataset_type(self):
bias_type = self.butler.get_dataset_type("bias")
Expand Down

0 comments on commit 9f27ffd

Please sign in to comment.