If the internet connection is broken pytest will output ERROR as a result of each test that uses gee engine. Modify the code eg. using fixture such that internet connection is checked before each test is run and if the connection is absent, a proper message is output to the user.
If the internet connection is broken pytest will output ERROR as a result of each test that uses gee engine. Modify the code eg. using fixture such that internet connection is checked before each test is run and if the connection is absent, a proper message is output to the user.