test_skill

Module Contents

Classes

ITestSkill1

Helper class that provides a standard way to create an ABC using

ITestSkill2

Helper class that provides a standard way to create an ABC using

Skill1A

Helper class that provides a standard way to create an ABC using

Skill1B

Helper class that provides a standard way to create an ABC using

Skill2A

Helper class that provides a standard way to create an ABC using

Skill2B

Helper class that provides a standard way to create an ABC using

Functions

test_skill_registry() → None

Tests basic functionality of skill.Registry.

test_skill_factory() → None

Tests basic functionality of skill.Factory.

class test_skill.ITestSkill1(name: str)

Bases: stp.skill.ISkill

Helper class that provides a standard way to create an ABC using inheritance.

define(self)
tick(self) None
class test_skill.ITestSkill2(name: str)

Bases: stp.skill.ISkill

Helper class that provides a standard way to create an ABC using inheritance.

define(self)
tick(self) None
class test_skill.Skill1A(name: str)

Bases: ITestSkill1

Helper class that provides a standard way to create an ABC using inheritance.

class test_skill.Skill1B(name: str)

Bases: ITestSkill1

Helper class that provides a standard way to create an ABC using inheritance.

class test_skill.Skill2A(name: str)

Bases: ITestSkill2

Helper class that provides a standard way to create an ABC using inheritance.

class test_skill.Skill2B(name: str)

Bases: ITestSkill2

Helper class that provides a standard way to create an ABC using inheritance.

test_skill.test_skill_registry() None

Tests basic functionality of skill.Registry.

test_skill.test_skill_factory() None

Tests basic functionality of skill.Factory.