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
We currently depend on backend implementations (mostly the qt implementation) to check that the core library is working fine. It would be much better if we made a backend Mock object that could run headlessly and just make sure that the appropriate backend methods were getting called.
And then testing of backends would happen in addition, but independently
The text was updated successfully, but these errors were encountered:
We currently depend on backend implementations (mostly the qt implementation) to check that the core library is working fine. It would be much better if we made a backend Mock object that could run headlessly and just make sure that the appropriate backend methods were getting called.
And then testing of backends would happen in addition, but independently
The text was updated successfully, but these errors were encountered: