Skip to content

Instantly share code, notes, and snippets.

@sjainit
Created December 16, 2019 08:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sjainit/62b81237d26d8687778ff88044cea516 to your computer and use it in GitHub Desktop.
Save sjainit/62b81237d26d8687778ff88044cea516 to your computer and use it in GitHub Desktop.
test_1 | ============================= test session starts ==============================
test_1 | platform linux -- Python 3.6.9, pytest-5.2.2, py-1.8.0, pluggy-0.13.1
test_1 | rootdir: /rec, inifile: pytest.ini, testpaths: listenbrainz_spark
test_1 | plugins: cov-2.8.1
test_1 | collected 13 items
test_1 |
test_1 | listenbrainz_spark/request_consumer/test_request_consumer.py ... [ 23%]
test_1 | listenbrainz_spark/stats/tests/test_init.py ... [ 46%]
test_1 | listenbrainz_spark/tests/test_utils.py ....... [100%]
test_1 |
test_1 | =============================== warnings summary ===============================
test_1 | /usr/local/lib/python3.6/site-packages/pyspark/cloudpickle.py:47
test_1 | /usr/local/lib/python3.6/site-packages/pyspark/cloudpickle.py:47: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
test_1 | import imp
test_1 |
test_1 | -- Docs: https://docs.pytest.org/en/latest/warnings.html
test_1 | ------------------ generated xml file: /data/test_report.xml -------------------
test_1 |
test_1 | ----------- coverage: platform linux, python 3.6.9-final-0 -----------
test_1 | Coverage XML written to file /data/coverage.xml
test_1 |
test_1 | ======================= 13 passed, 1 warnings in 34.71s ========================
test_1 | 2019/12/16 06:35:50 Command finished successfully.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment