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
Copy file name to clipboardExpand all lines: contribute/developing-code/index.php
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -105,6 +105,24 @@
105
105
</ol>
106
106
</div>
107
107
</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>
0 commit comments