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

Some assertions are missed in documentation #314

Open
ligurio opened this issue Jun 29, 2023 · 0 comments
Open

Some assertions are missed in documentation #314

ligurio opened this issue Jun 29, 2023 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@ligurio
Copy link
Member

ligurio commented Jun 29, 2023

Root document: https://www.tarantool.io/en/doc/latest/reference/reference_rock/luatest/luatest_overview/#list-of-luatest-functions
Source: https://github.com/tarantool/luatest/blob/4aecd8e7dacd4ec7709659e64643911fe9e37a87/README.rst#list-of-luatest-functions
SME: @ ligurio

Details

in a list of assertions 1 some of them are missed:

  • assert_not_minus_zero
  • assert_not_plus_zero
  • assert_minus_zero
  • assert_plus_zero
  • assert_not_inf
  • assert_not_minus_inf
  • assert_not_plus_inf
  • assert_minus_inf
  • assert_plus_inf
  • assert_inf

https://github.com/tarantool/luatest/blob/master/luatest/assertions.lua#L658

Footnotes

  1. https://www.tarantool.io/en/doc/latest/reference/reference_rock/luatest/luatest_overview/#list-of-luatest-functions

@veod32 veod32 added the documentation Improvements or additions to documentation label Jun 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants