Neuroglancer tests

This includes a suite of tests that are mostly for making sure the REST API is functioning as expected.

class neuroglancer.tests.TestAnnotations(methodName='runTest')
test_annotations_new_id()

Test the API that creates a new annotation session

test_annotations_new_noid()

Test the API that creates a new annotation session

test_annotations_save()

Test the API that updates an existing annotation session

test_get_annotation_pre()

Test the API that returns labels

test_get_label()

Test the API that returns labels

test_get_label_empty()

Test the API that returns labels, like above

test_search_annotations_ending_slash()

Test the API that returns a new layer

test_search_annotations_no_ending_slash()

Test the API that returns a new layer

test_search_labels()

Test the API that returns a new layer

test_segmentation()

Test the API that returns a new layer

class neuroglancer.tests.TestSetUp(methodName='runTest')
setUp()

Hook method for setting up the test fixture before exercising it.