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
When I run testgres tests through pytest from terminal, TestgresTests.test_simple_with_bin_dir fails because it uses RemoteOperations object instead LocalOperations object.
When I run testgres tests through pytest from terminal,
TestgresTests.test_simple_with_bin_dir
fails because it uses RemoteOperations object instead LocalOperations object.A problem in the following line:
testgres/tests/test_simple_remote.py
Lines 58 to 59 in 5e9ecbc
If I comment
testgres_config.set_os_ops
,TestgresTests.test_simple_with_bin_dir
works without any problems.The text was updated successfully, but these errors were encountered: