Use set_up_once_called conflicts with setUpOnce call
setUpOnce is executed on save but afterSetUp is not. bootstrapSite should be invoked once per Test Case run instead a single time on save phase.
Please register or sign in to comment
setUpOnce is executed on save but afterSetUp is not. bootstrapSite should be invoked once per Test Case run instead a single time on save phase.