Namespace UnityEditor.Scripting.Python.Tests
Classes
BuildTest
PipTestBase
Base class for tests requiring setup/cleanup such as deleting temporary files.
PyTestVenv
Create a temp python virtual env
PythonSettingsEditorTest
PythonTestUtils
Implement waiting methods. We leverage the UnityTest attribute
for our waits. Contrary to regular C#, we can nest yield return
calls
and get the "intuitive" behaviour.