[PR #4068] [MERGED] Fixes: #4034 - Adds Prefix & IPAddress Ordering Tests #12748

Closed
opened 2025-12-29 22:23:24 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/4068
Author: @DanSheps
Created: 1/31/2020
Status: Merged
Merged: 2/12/2020
Merged by: @jeremystretch

Base: developHead: 4034-prefix_ordering_tests


📝 Commits (10+)

📊 Changes

1 file changed (+176 additions, -0 deletions)

View changed files

netbox/ipam/tests/test_ordering.py (+176 -0)

📄 Description

Fixes: #4034

Adds various tests for Prefix ordering and IPAddress tests, specifically to help address #2562


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/4068 **Author:** [@DanSheps](https://github.com/DanSheps) **Created:** 1/31/2020 **Status:** ✅ Merged **Merged:** 2/12/2020 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `4034-prefix_ordering_tests` --- ### 📝 Commits (10+) - [`084a68f`](https://github.com/netbox-community/netbox/commit/084a68f6d1984c90d6f8790b72b9f38d6b2b5085) #4034 - Create tests for prefixes - [`22228b5`](https://github.com/netbox-community/netbox/commit/22228b58f17e490ae333e27797df849d048777c4) #4034 - Create tests for addresses - [`2315555`](https://github.com/netbox-community/netbox/commit/23155551d1cbed1646163e68308fa0f6b417ef41) Remove complex ordering for IP addresses - [`d30d79b`](https://github.com/netbox-community/netbox/commit/d30d79b4e34a7a7d815379a2ec742ae6bb415984) Cleanup Imports - [`8e9a0ee`](https://github.com/netbox-community/netbox/commit/8e9a0eeef00a9c2c76d9fce99969a040e73c1c15) Fix PEP8 errors and document functions - [`ff4e6bd`](https://github.com/netbox-community/netbox/commit/ff4e6bd1667048efe60f4ae4f53330fbd49eff44) Update tests - [`ca795f7`](https://github.com/netbox-community/netbox/commit/ca795f729f91215a1e295435b841fb3bc2b44c5e) Merge branch '4034-prefix_ordering_tests' of https://github.com/netbox-community/netbox into 4034-prefix_ordering_tests - [`908586c`](https://github.com/netbox-community/netbox/commit/908586c93a163ce3af811146de14d833fb470dee) Fix PEP8 errors - [`8fb4988`](https://github.com/netbox-community/netbox/commit/8fb4988fa1eb145ea0bb950b430367ade33f01dc) Fix typo in docstring - [`0402323`](https://github.com/netbox-community/netbox/commit/0402323ef9f62ad5e28503841a6ea0e15da8c05f) Fixes: #4130 ### 📊 Changes **1 file changed** (+176 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `netbox/ipam/tests/test_ordering.py` (+176 -0) </details> ### 📄 Description ### Fixes: #4034 Adds various tests for Prefix ordering and IPAddress tests, specifically to help address #2562 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 22:23:24 +01:00
adam closed this issue 2025-12-29 22:23:24 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12748