You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SoarUnit outputs something like this for a failed test:
FAILED: test xyz returns nil with total 0, never called (pass) function. Ran 101 decisions. (0.378 s)
The main thing missing is the line number that the test occurs on. I'm trying to write a text editor plugin for running SoarUnit, and having the line number would allow the user to click and go straight to the problem test.
Also, I don't understand what "returns nil with total 0" means in this context. This output is not documented as far as I can see.
The text was updated successfully, but these errors were encountered:
Agreed, the text output needs work. I suspect it's gone unnoticed for so
long because I'm the primary soarunit user, and I always use the GUI.
As it is, you can probably use the test name to find the test (although
note that there's nothing that prevents multiple tests from having the same
name).
On Fri, Apr 17, 2015 at 3:11 AM, Nathan Glenn [email protected]
wrote:
SoarUnit outputs something like this for a failed test:
FAILED: test xyz returns nil with total 0, never called (pass) function. Ran 101 decisions. (0.378 s)
The main thing missing is the line number that the test occurs on. I'm
trying to write a text editor plugin for running SoarUnit, and having the
line number would allow the user to click and go straight to the problem
test.
Also, I don't understand what "returns nil with total 0" means in this
context. This output is not documented as far as I can see.
—
Reply to this email directly or view it on GitHub #103.
SoarUnit outputs something like this for a failed test:
The main thing missing is the line number that the test occurs on. I'm trying to write a text editor plugin for running SoarUnit, and having the line number would allow the user to click and go straight to the problem test.
Also, I don't understand what "returns nil with total 0" means in this context. This output is not documented as far as I can see.
The text was updated successfully, but these errors were encountered: