In the new version v2.0.0, you must decorate each function or class you want to include in the test case generation with the @include_in_test decorator. If no decorator is applied, that function/class will be excluded from the generated test cases.
Full Changelog: v1.0.0...v2.0.0