kyu_8.grasshopper_personalized_message package

Submodules

kyu_8.grasshopper_personalized_message.grasshopper_personalized_message module

kyu_8.grasshopper_personalized_message.grasshopper_personalized_message.greet(name, owner) → str[source]

Function that gives a personalized greeting. This function takes two parameters: name and owner.

Parameters
  • name

  • owner

Returns

kyu_8.grasshopper_personalized_message.test_grasshopper_personalized_message module

class kyu_8.grasshopper_personalized_message.test_grasshopper_personalized_message.GreetTestCase(methodName='runTest')[source]

Bases: unittest.case.TestCase

Testing greet function

test_greet()[source]

Use conditionals to to verify that greet function returns the proper message. :return:

Module contents