mpeterv / luacheck

A tool for linting and static analysis of Lua code.
MIT License
1.92k stars 322 forks source link

Add randomize() function to busted standard #183

Closed mwild1 closed 6 years ago

mwild1 commented 6 years ago

This is documented under "Defining tests -> Randomizing tests" at https://olivinelabs.com/busted/#defining-tests

codecov-io commented 6 years ago

Codecov Report

Merging #183 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #183   +/-   ##
======================================
  Coverage    97.7%   97.7%           
======================================
  Files          46      46           
  Lines        5320    5320           
======================================
  Hits         5198    5198           
  Misses        122     122
Impacted Files Coverage Δ
src/luacheck/builtin_standards/init.lua 99.61% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update bf67372...802c7d8. Read the comment docs.

mpeterv commented 6 years ago

Thank you!