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
The workflow for modifying test server fixture is to run unit tests, pause them halfway, make changes and save the resulting fixture. (See test_perforce.py:test_fixture)
The workflow for modifying test server fixture is to run unit tests, pause them halfway, make changes and save the resulting fixture. (See test_perforce.py:test_fixture)
Instead, it would be better to write as code:
This would setup a server with one stream, where a client submitted a changelist and holds a shelved changelist.
This way, we can more easily create and test different scenarios.
The text was updated successfully, but these errors were encountered: