Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation for 'comprise' #139

Open
cefn opened this issue Apr 22, 2020 · 0 comments
Open

Documentation for 'comprise' #139

cefn opened this issue Apr 22, 2020 · 0 comments

Comments

@cefn
Copy link

cefn commented Apr 22, 2020

In #6 (comment) I note the inclusion of the extra word 'comprise' for request assertion chains.

I can't find documentation for this keyword through an API search or elsewhere on the web.

It may be because one of the unfortunate costs of building sentence-like build chains - is that each function is a dictionary word not a distinctive compound name and is therefore hard to google, so sorry if I've missed some documentation somewhere.

Without a definition of the intent of 'comprise' I am struggling to know, for example whether I should expect a tree like...

{
  root:{
    branches:[
      {
        leaves:['leaf0','leaf1','leaf2']
      },
      {
        leaves:['leaf3','leaf4']
      }
    ]
  }
}

...would comprise of...

{
  root:{
    branches:[
      {
        leaves:['leaf3']
      }
    ]
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant