Skip to content

Commit cce7b53

Browse files
committed
Merge remote-tracking branch 'remotes/origin/master' into change-3d-cab-key-behaviour
2 parents 8d96f8b + 150b3cf commit cce7b53

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

contribute/developing-code/index.php

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,24 @@
105105
</ol>
106106
</div>
107107
</li>
108+
<li>
109+
<a href=# id="tests">
110+
<h2 class="accordion_head"><span class="glyphicon glyphicon-play btn-xs"></span> Running the Test Suite</h2>
111+
</a>
112+
<div class="accordion_body">
113+
<p>
114+
The Open Rails source tree includes a number of unit and integration tests, primarily for portions of the code that deal with data processing. All code changes must pass these tests. Developers are also encouraged to write their own tests for any code that lends itself to testing.
115+
</p>
116+
<p>
117+
After opening the solution in Visual Studio,
118+
</p>
119+
<ol>
120+
<li>Select <em>Test > Test Explorer</em></li>
121+
<li>Wait for the tests to populate in the <em>Test Explorer</em> pane</li>
122+
<li>In the top-left corner of this pane, select "Run All Tests," or press Ctrl-R, then A.</li>
123+
</ol>
124+
</div>
125+
</li>
108126
<li>
109127
<a href=# id="code_policy"><h2 class="accordion_head"><span class="glyphicon glyphicon-play btn-xs"></span> Policy for Code Changes</h2></a>
110128
<div class="accordion_body">

0 commit comments

Comments
 (0)