Commit Graph
10 Commits
Author SHA1 Message Date
Nicola Soranzo a802727c33 Update docs on debugging tests within GitHub actions
Subsets were replaced with shards in commit 992edaa8b4 .
2025-08-27 16:33:43 +01:00
Michael R. Crusoe c00967cca4 Python 3.8 as new minimum version
Fixes: https://github.com/galaxyproject/galaxy/issues/16394

Also upgrade code to Python 3.8 syntax with:

```
ack --type=python -f | grep -v '^lib/galaxy/schema/bco/\|^lib/galaxy/schema/drs/\|lib/tool_shed_client/schema/trs.*.py\|^tools/\|^.venv/\|^.tox/' | grep -v '^lib/galaxy/files/sources/\|^lib/galaxy/job_metrics/\|^lib/galaxy/objectstore/\|^lib/galaxy/tool_util/\|^lib/galaxy/util/' | xargs pyupgrade --py38-plus
```
2023-11-26 18:34:09 +00:00
Nicola Soranzo 7f03d51c17 Document how to profile memory use in tests 2022-09-27 03:34:55 +01:00
Marius van den BeekandNicola Soranzo 5a9b95179c Clarify position of pytest arguments
Co-authored-by: Nicola Soranzo <nicola.soranzo@gmail.com>
2021-10-14 11:40:15 +02:00
mvdbeek 0b461c7bd7 Extend debugging test instructions for GHA 2021-10-14 11:29:18 +02:00
Sergey Golitsynskiy 59ee7b55e7 Update doc/source/dev/debugging_tests.md 2021-07-06 14:21:21 -04:00
Estelle Ancelet beaabd1817 Add a note to get Python extension and set interpreter 2021-07-06 14:07:05 +02:00
kxk302andNicola Soranzo 5a9410bdc6 Apply suggestions from code review
Co-Authored-By: Nicola Soranzo <nicola.soranzo@gmail.com>
2020-04-27 16:08:48 -04:00
Kaivan Kamali 3b88d38c27 Minor revision 2020-04-27 11:49:25 -04:00
Kaivan Kamali 77af56798f Added doc pages for debugging tests and Galaxy. 2020-04-24 16:27:43 -04:00