MCPcopy Index your code
hub / github.com/datacamp/pythonwhat / DefinedCollProcessTest

Class DefinedCollProcessTest

pythonwhat/Test.py:47–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45
46
47class DefinedCollProcessTest(Test):
48 def __init__(self, name, key, process, feedback):
49 super().__init__(feedback)
50 self.name = name
51 self.key = key
52 self.process = process
53
54 def test(self):
55 self.result = isDefinedCollInProcess(self.name, self.key, self.process)
56
57
58# Testing class

Callers 1

check_keysFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected