vim.toml 688 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. [selene]
  2. base = "lua51"
  3. name = "vim"
  4. [vim]
  5. any = true
  6. [[describe.args]]
  7. type = "string"
  8. [[describe.args]]
  9. type = "function"
  10. [[it.args]]
  11. type = "string"
  12. [[it.args]]
  13. type = "function"
  14. [[before_each.args]]
  15. type = "function"
  16. [[after_each.args]]
  17. type = "function"
  18. [assert.is_not]
  19. any = true
  20. [assert.matches]
  21. any = true
  22. [assert.has_error]
  23. any = true
  24. [[assert.equals.args]]
  25. type = "any"
  26. [[assert.equals.args]]
  27. type = "any"
  28. [[assert.equals.args]]
  29. type = "any"
  30. required = false
  31. [[assert.same.args]]
  32. type = "any"
  33. [[assert.same.args]]
  34. type = "any"
  35. [[assert.truthy.args]]
  36. type = "any"
  37. [[assert.falsy.args]]
  38. type = "any"
  39. [[assert.spy.args]]
  40. type = "any"
  41. [[assert.stub.args]]
  42. type = "any"