Skip to content

Commit 53827c0

Browse files
authored
update test suite output in installation guide (#46510)
1 parent e4b930a commit 53827c0

File tree

1 file changed

+20
-9
lines changed

1 file changed

+20
-9
lines changed

doc/source/getting_started/install.rst

+20-9
Original file line numberDiff line numberDiff line change
@@ -204,17 +204,28 @@ installed), make sure you have `pytest
204204
::
205205

206206
>>> pd.test()
207-
running: pytest --skip-slow --skip-network C:\Users\TP\Anaconda3\envs\py36\lib\site-packages\pandas
208-
============================= test session starts =============================
209-
platform win32 -- Python 3.6.2, pytest-3.6.0, py-1.4.34, pluggy-0.4.0
210-
rootdir: C:\Users\TP\Documents\Python\pandasdev\pandas, inifile: setup.cfg
211-
collected 12145 items / 3 skipped
207+
running: pytest --skip-slow --skip-network --skip-db /home/user/anaconda3/lib/python3.9/site-packages/pandas
212208

213-
..................................................................S......
214-
........S................................................................
215-
.........................................................................
209+
============================= test session starts ==============================
210+
platform linux -- Python 3.9.7, pytest-6.2.5, py-1.11.0, pluggy-1.0.0
211+
rootdir: /home/user
212+
plugins: dash-1.19.0, anyio-3.5.0, hypothesis-6.29.3
213+
collected 154975 items / 4 skipped / 154971 selected
214+
........................................................................ [ 0%]
215+
........................................................................ [ 99%]
216+
....................................... [100%]
216217

217-
==================== 12130 passed, 12 skipped in 368.339 seconds =====================
218+
==================================== ERRORS ====================================
219+
220+
=================================== FAILURES ===================================
221+
222+
=============================== warnings summary ===============================
223+
224+
=========================== short test summary info ============================
225+
226+
= 1 failed, 146194 passed, 7402 skipped, 1367 xfailed, 5 xpassed, 197 warnings, 10 errors in 1090.16s (0:18:10) =
227+
228+
This is just an example of what information is shown. You might see a slightly different result as what is shown above.
218229

219230
.. _install.dependencies:
220231

0 commit comments

Comments
 (0)