TestModule

mill.pythonlib.TestModule
See theTestModule companion trait
object TestModule

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class 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 TestModule
trait PythonModule
trait TaskModule
trait PipModule
trait Module
trait ModuleApi
trait Wrapper
class BaseClass
trait Cacher
trait Cacher
class Object
trait Matchable
class Any
Show all
@Scaladoc(value = "/** TestModule that uses Python\'s standard unittest module to run tests. */")

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 TestModule
trait PythonModule
trait TaskModule
trait PipModule
trait Module
trait ModuleApi
trait Wrapper
class BaseClass
trait Cacher
trait Cacher
class Object
trait Matchable
class Any
Show all

Types

type TestResult = Unit