def test_get_root(self): resp = assert_ok(200, self.client.get('/v1')) nt.assert_is_not_none(resp['version'])