Skip to content

Commit 1225caf

Browse files
author
Ed Costello
committed
rst cleanup
1 parent 1ad775b commit 1225caf

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

draft/smoke-tests.txt

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ Smoke Tests
66
Test Organization
77
-----------------
88

9-
# :file:`dbtests/.*cpp` has C++ unit tests
10-
# :file:`jstests/*.js` has core tests
11-
# :file:`jstests/repl*/*.js` has replication tests
12-
# :file:`jstests/sharding/*.js` has sharding tests
13-
# :file:`slowNightly/*js` has tests that take longer and run only at night
14-
# :file:`slowWeekly/*.js` has tests that take even longer and run only once a week
9+
* :file:`dbtests/.*cpp` has C++ unit tests
10+
* :file:`jstests/*.js` has core tests
11+
* :file:`jstests/repl*/*.js` has replication tests
12+
* :file:`jstests/sharding/*.js` has sharding tests
13+
* :file:`slowNightly/*js` has tests that take longer and run only at night
14+
* :file:`slowWeekly/*.js` has tests that take even longer and run only once a week
1515

1616
Running all the tests
1717
---------------------
@@ -94,28 +94,28 @@ You can specify as many files as you want.
9494

9595
You can also run a suite of tests. Suites are predefined and include:
9696

97-
* _test_
98-
* _all_
99-
* _perf_
100-
* _js_
101-
* _quota_
102-
* _jsPerf_
103-
* _disk_
104-
* _jsSlowNightly_
105-
* _jsSlowWeekly_
106-
* _parallel_
107-
* _clone_
108-
* _repl_ (master/slave replication tests)
109-
* _replSets_ (replica set tests)
110-
* _auth_
111-
* _sharding_
112-
* _tool_
113-
* _client_
114-
* _mongosTest_
97+
* `test`
98+
* `all`
99+
* `perf`
100+
* `js`
101+
* `quota`
102+
* `jsPerf`
103+
* `disk`
104+
* `jsSlowNightly`
105+
* `jsSlowWeekly`
106+
* `parallel`
107+
* `clone`
108+
* `repl` (master/slave replication tests)
109+
* `replSets` (replica set tests)
110+
* `auth`
111+
* `sharding`
112+
* `tool`
113+
* `client`
114+
* `mongosTest`
115115

116116
To run a suite, specify the suite's name:
117117

118-
.. code-block::
118+
.. code-block:: sh
119119

120120
python buildscripts/smoke.py js
121121

@@ -161,6 +161,6 @@ Then use the line above to run the binary generated:
161161
$ ./build/linux2/dd/durableDefaultOff/mongo/platform/atomic_word_test
162162

163163

164-
.. see-also::
164+
.. seealso::
165165

166166
* `scons <http://www.scons.org/>`_

0 commit comments

Comments
 (0)