Merge pull request #397 from netbox-community/SkipStartupScriptsForUnitTests
Skip Startup Scripts in Unit Tests
This commit is contained in:
commit
4d8d02e35a
2 changed files with 3 additions and 1 deletions
|
@ -7,6 +7,8 @@ services:
|
|||
- redis
|
||||
- redis-cache
|
||||
env_file: env/netbox.env
|
||||
environment:
|
||||
SKIP_STARTUP_SCRIPTS: ${SKIP_STARTUP_SCRIPTS-false}
|
||||
user: '101'
|
||||
volumes:
|
||||
- ./startup_scripts:/opt/netbox/startup_scripts:z,ro
|
||||
|
|
2
test.sh
2
test.sh
|
@ -56,7 +56,7 @@ test_setup() {
|
|||
|
||||
test_netbox_unit_tests() {
|
||||
echo "⏱ Running Netbox Unit Tests"
|
||||
$doco run --rm netbox ./manage.py test
|
||||
SKIP_STARTUP_SCRIPTS=true $doco run --rm netbox ./manage.py test
|
||||
}
|
||||
|
||||
test_initializers() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue