You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.
For testing purposes, we should have fully populated structures to work with. For this, we need helper functions which create on-demand, populated interfaces and devices, as well as filling the inventory and main databases with fake data.
When appropriate, these fake structures can be used alongside pre-made ones in situations where exactly known data is not needed.
Possible Implementation
Using the Faker package will expedite this
The text was updated successfully, but these errors were encountered:
Objective
For testing purposes, we should have fully populated structures to work with. For this, we need helper functions which create on-demand, populated interfaces and devices, as well as filling the
inventory
andmain
databases with fake data.When appropriate, these fake structures can be used alongside pre-made ones in situations where exactly known data is not needed.
Possible Implementation
Using the
Faker
package will expedite thisThe text was updated successfully, but these errors were encountered: