I have a class that generates snowflake connection using credentials and execute a query using the generated cursor.
Now I want to write unit tests that would mock that connection and run query.
Is that possible ?
I have a class that generates snowflake connection using credentials and execute a query using the generated cursor.
Now I want to write unit tests that would mock that connection and run query.
Is that possible ?