Part of #277
_send_default_suite names both the suite and its single test after
the entry file, so the tree reads web_form_minimal.py nested inside
web_form_minimal.py. Visible in the dashboard screenshot used in the one-pager.
Acceptance criteria
A plain script shows the file as the suite and session
as the test. pytest runs are unaffected.
Part of #277
_send_default_suitenames both the suite and its single test afterthe entry file, so the tree reads
web_form_minimal.pynested insideweb_form_minimal.py. Visible in the dashboard screenshot used in the one-pager.Acceptance criteria
A plain script shows the file as the suite and
sessionas the test. pytest runs are unaffected.