netbox/netbox/wireless
Martin Hauser d6a1cc5558 test(tables): Add reusable StandardTableTestCase
Introduce `TableTestCases.StandardTableTestCase`, a shared base class
for model-backed table smoke tests. It currently discovers sortable
columns from list-view querysets and verifies that each renders without
exceptions in both ascending and descending order.

Add per-table smoke tests across circuits, core, dcim, extras, ipam,
tenancy, users, virtualization, vpn, and wireless apps.

Fixes #21766
2026-04-06 13:53:13 -04:00
..
api Fixes #21407: Enable I (isort) and stabilize import ordering (#21458) 2026-02-18 10:41:51 -06:00
forms Fixes #21578: Enable assignment of scope object by name when bulk importing prefixes/VLAN groups (#21671) 2026-03-13 16:27:26 -07:00
graphql refactor(graphql): Replace FilterLookup[str] with StrFilterLookup 2026-03-03 11:17:13 -05:00
migrations Closes #21016: Add missing MPTT tree indexes (#21432) 2026-02-13 17:00:04 +01:00
tables Closes #20304: Object owners (#20634) 2025-10-24 13:08:01 -07:00
tests test(tables): Add reusable StandardTableTestCase 2026-04-06 13:53:13 -04:00
ui Closes #20923: Migrate wireless app views to declarative UI layouts (#21646) 2026-03-12 08:55:50 -04:00
__init__.py Introduce the wireless app and SSID model 2021-10-12 12:48:36 -04:00
apps.py Fixes #21407: Enable I (isort) and stabilize import ordering (#21458) 2026-02-18 10:41:51 -06:00
choices.py 16547 Add distance to Circuit (#17629) 2024-10-10 14:37:33 -04:00
constants.py Add wireless authentication attributes 2021-10-20 10:58:15 -04:00
filtersets.py Fixes #21407: Enable I (isort) and stabilize import ordering (#21458) 2026-02-18 10:41:51 -06:00
models.py Fixes #21407: Enable I (isort) and stabilize import ordering (#21458) 2026-02-18 10:41:51 -06:00
search.py Fixes #21407: Enable I (isort) and stabilize import ordering (#21458) 2026-02-18 10:41:51 -06:00
signals.py Fixes #21407: Enable I (isort) and stabilize import ordering (#21458) 2026-02-18 10:41:51 -06:00
urls.py Fixes #21407: Enable I (isort) and stabilize import ordering (#21458) 2026-02-18 10:41:51 -06:00
utils.py Fixes #21407: Enable I (isort) and stabilize import ordering (#21458) 2026-02-18 10:41:51 -06:00
views.py Closes #20923: Migrate wireless app views to declarative UI layouts (#21646) 2026-03-12 08:55:50 -04:00