hulu / roca

A command-line tool for running brightscript tests
Apache License 2.0
25 stars 19 forks source link

Add documentation for using `m` scope in unit tests #99

Open lkipke opened 3 years ago

lkipke commented 3 years ago

Summary

We should add some more documentation, perhaps in the form of a guide, on the best way to use the m scope in unit tests. It can be confusing to navigate the m scope of each m.it and m.describe block, especially once you add in further customization with m.addContext, _brs_.global, _brs_.testData, etc.