mill.pythonlib.TestModule
See theTestModule companion trait
object TestModule
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
TestModule.type
Members list
Type members
Classlikes
@Scaladoc(value = "/** TestModule that uses pytest to run tests. */")
trait Pytest extends PythonModule, TestModule
TestModule that uses pytest to run tests.
TestModule that uses pytest to run tests.
Attributes
- Supertypes
-
trait TestModuletrait PythonModuletrait TaskModuletrait PipModuletrait Moduletrait ModuleApitrait Wrapperclass BaseClasstrait Cachertrait Cacherclass Objecttrait Matchableclass AnyShow all
@Scaladoc(value = "/** TestModule that uses Python\'s standard unittest module to run tests. */")
trait Unittest extends PythonModule, TestModule
TestModule that uses Python's standard unittest module to run tests.
TestModule that uses Python's standard unittest module to run tests.
Attributes
- Supertypes
-
trait TestModuletrait PythonModuletrait TaskModuletrait PipModuletrait Moduletrait ModuleApitrait Wrapperclass BaseClasstrait Cachertrait Cacherclass Objecttrait Matchableclass AnyShow all
Types
In this article