[PR #3756] [MERGED] CSV import tests #12632

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/3756
Author: @jeremystretch
Created: 12/12/2019
Status: Merged
Merged: 12/12/2019
Merged by: @jeremystretch

Base: develop-2.7Head: csv-import-tests


📝 Commits (7)

  • 27fd351 Add CSV import tests for circuits
  • fae2469 Add DCIM CSV import tests
  • 526412a Add IPAM CSV import tests
  • 821cd58 Add secrets CSV import tests
  • 7550d53 Add tenancy CSV import tests
  • 8a22f83 Add virtualization CSV import tests
  • aaf5523 Add view tests for device components

📊 Changes

8 files changed (+1127 additions, -79 deletions)

View changed files

📝 netbox/circuits/tests/test_views.py (+60 -3)
📝 netbox/dcim/tests/test_views.py (+689 -16)
📝 netbox/ipam/tests/test_views.py (+164 -12)
netbox/secrets/tests/constants.py (+38 -0)
📝 netbox/secrets/tests/test_api.py (+1 -39)
📝 netbox/secrets/tests/test_views.py (+55 -3)
📝 netbox/tenancy/tests/test_views.py (+40 -2)
📝 netbox/virtualization/tests/test_views.py (+80 -4)

📄 Description

  • Add tests for all CSV import views
  • Add list views for device components (#3564)

🔄 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/3756 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 12/12/2019 **Status:** ✅ Merged **Merged:** 12/12/2019 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop-2.7` ← **Head:** `csv-import-tests` --- ### 📝 Commits (7) - [`27fd351`](https://github.com/netbox-community/netbox/commit/27fd351fc2f41264e7a57d4dc9c220e9e4c2d2a1) Add CSV import tests for circuits - [`fae2469`](https://github.com/netbox-community/netbox/commit/fae2469dd74652ee13817c5909e192458771c8ea) Add DCIM CSV import tests - [`526412a`](https://github.com/netbox-community/netbox/commit/526412a1ba2afd5ffdcb6d0f48c4f9df7f02b006) Add IPAM CSV import tests - [`821cd58`](https://github.com/netbox-community/netbox/commit/821cd588259faca301e37c9cd652da8f173c88b3) Add secrets CSV import tests - [`7550d53`](https://github.com/netbox-community/netbox/commit/7550d53d0214ddd58e1e961b9dc7f04a509cbd14) Add tenancy CSV import tests - [`8a22f83`](https://github.com/netbox-community/netbox/commit/8a22f83bc0f4b862fe3826c98e32faadff13ec35) Add virtualization CSV import tests - [`aaf5523`](https://github.com/netbox-community/netbox/commit/aaf552337887a07311d9d1da865b448f05d4b73f) Add view tests for device components ### 📊 Changes **8 files changed** (+1127 additions, -79 deletions) <details> <summary>View changed files</summary> 📝 `netbox/circuits/tests/test_views.py` (+60 -3) 📝 `netbox/dcim/tests/test_views.py` (+689 -16) 📝 `netbox/ipam/tests/test_views.py` (+164 -12) ➕ `netbox/secrets/tests/constants.py` (+38 -0) 📝 `netbox/secrets/tests/test_api.py` (+1 -39) 📝 `netbox/secrets/tests/test_views.py` (+55 -3) 📝 `netbox/tenancy/tests/test_views.py` (+40 -2) 📝 `netbox/virtualization/tests/test_views.py` (+80 -4) </details> ### 📄 Description - Add tests for all CSV import views - Add list views for device components (#3564) --- <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:22:45 +01:00
adam closed this issue 2025-12-29 22:22:45 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12632