Commit Graph

24 Commits

Author SHA1 Message Date
Roman Yurchak aebbf816aa
TST Use short pytest tracebacks (#2700)
By default, pytest uses the --tb=auto option with 'long' tracebacks for 
the first and last entry, but 'short' style for the other entries.

Since the last entry is typically a very long selenium function, it would
print all the source code of that function making it more difficult to find
relevant information. The first entry is the test function, and it's also not
very useful to print it in full.
2022-06-12 11:41:14 -07:00
Gyeongjae Choi efaa65b5b8
Use strict mode for pytest-asyncio (#2663) 2022-06-05 10:29:43 +02:00
Gyeongjae Choi a11f72e145
Simplify the version bump process (#2587) 2022-05-30 10:26:40 +09:00
Hood Chatham 1eab80ea40
MAINT Add pytest.mark.xfail_browsers and use it to reduce boilerplate (#2616)
Use a decorator to indicate which browsers we want to xfail test. 
This works for `run_in_pyodide` as well as normal tests.
2022-05-25 13:34:40 -07:00
Andrey Smelter 25133aff26
Add bump2version [skip ci] (#2460)
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
2022-05-05 10:45:09 -06:00
Gyeongjae Choi d0ae8a66e1 Revert "v0.20.1a1"
This reverts commit 5100bc1e20.
2022-04-29 11:32:09 +00:00
Gyeongjae Choi 5100bc1e20 v0.20.1a1 2022-04-29 11:31:41 +00:00
Hood Chatham 7a9273dd6c v0.20.0 2022-04-09 13:44:32 -07:00
Hood Chatham cc541d9972 Revert "Pyodide v0.20.0a1"
This reverts commit 22a001410a.
2022-03-24 09:28:09 -07:00
Hood Chatham 22a001410a Pyodide v0.20.0a1 2022-03-24 09:25:29 -07:00
Hood Chatham 276d396fff
Version 0.19.0 (#2099) 2022-01-10 15:17:53 -08:00
Roman Yurchak 7f307afe29
Better test discovery (#1981)
* Better test discovery

* Remove make test and update docs

* More fixes

* Address review comment

* Documentation fixes
2021-11-21 18:26:33 +01:00
Hood Chatham 250c48038b
Release 0.18.0 (#1775) 2021-08-03 21:34:14 +02:00
Hood Chatham c05c1cac78
Eliminate pyproxy leaks (#1616) 2021-06-07 09:23:47 +02:00
Hood Chatham d814aee3dd
Add support for pyproxy allocation tracing (#1606) 2021-05-28 23:19:32 +02:00
Roman Yurchak f60320ab47
TST/CI test dependent selenium WebDriver timeout (#1441) 2021-04-08 09:01:51 +02:00
Hood Chatham 8cdd45b0d8
Universally check for hiwire memory leaks in test suite (#1340) 2021-03-24 16:32:26 -07:00
Dexter Chua 80854142a9
TST Print failed tests instead of skipped ones (#1104) 2021-01-10 12:14:27 +01:00
Roman Yurchak 8c22c98a43
MAINT Reorganize src/ and tests/ folders (#786) 2020-11-09 13:28:02 +01:00
Michael Panchenko ca7f4e2e44
Docker image with prebuilt pyodide (#787) 2020-11-08 21:05:38 +01:00
Roman Yurchak bcc4f6b521
MNT Clean-up root folder (#714)
* Move six

* Move jedi and parso

* Move lz4

* Move CLAPACK

* Move zlib and libxslt

* Move libiconv and libxml

* Remobe netlify/state.json and move remove_modules to cpython

* Move bumpversion.cfg to setup.cfg

* Reset cache

* Fix test_common.py
2020-07-08 16:58:10 +02:00
Roman Yurchak 00ef8956f8
MAINT Remove pytest.ini (#664) 2020-05-18 21:22:48 +02:00
Roman Yurchak bb53e36a78 Rename to dryrun, add docstring and doctest 2018-10-23 12:13:59 +02:00
Roman Yurchak 153c6324b9 Copy test data in a pytest fixture 2018-08-28 14:42:14 +03:00