class documentation

class TestSpawn: (source)

View In Hierarchy

Undocumented

Method test_concurrent_safe Concurrent calls to spawn should have consistent results.
Method test_concurrent_safe_fallback If CCompiler.spawn has been monkey-patched without support for an env, it should still execute.
def test_concurrent_safe(self): (source)

Concurrent calls to spawn should have consistent results.

def test_concurrent_safe_fallback(self): (source)

If CCompiler.spawn has been monkey-patched without support for an env, it should still execute.