Skip to content
  • Georges Racinet's avatar
    New fixtures to control concurrency · 958411521890
    Georges Racinet authored
    We currently have some tests that cannot be changed to support
    concurrency and that will break all concurrent running tests.
    
    These two new fixtures provide a solution to that, by preventing
    concurrency while these are running.
    
    The idea is that `breaks_concurrent` tests will wait for any
    concurrent test to finish, and then prevent any other
    test to run while they are runnning.
    
    All other tests have to use the `accepts_concurrent` fixture
    958411521890