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
Currently generators such as Grid are used in tests that aren't directly related to the Grid resource. These will break if Grid is changed, and so should use the BareResource generator class available in the test suite. This bare resource generator needs to be mocked as an import into the csunplugged/resources/generators/__init__.py file.
The text was updated successfully, but these errors were encountered:
Currently generators such as
Grid
are used in tests that aren't directly related to the Grid resource. These will break if Grid is changed, and so should use theBareResource
generator class available in the test suite. This bare resource generator needs to be mocked as an import into thecsunplugged/resources/generators/__init__.py
file.The text was updated successfully, but these errors were encountered: