Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Import Error #46

Open
pracaas opened this issue May 25, 2023 · 0 comments
Open

Import Error #46

pracaas opened this issue May 25, 2023 · 0 comments

Comments

@pracaas
Copy link

pracaas commented May 25, 2023

Version: 1.0.2

Reproduction Test Case:

[source,python]

from nimoy.specification import Specification

from Reporting.CurveReport import CurveReport

class CurveReportSpec(Specification):

def should_populate_proper_list_based_upon_report_type(self):
    with given:
        report_type = report_type_provided
    with expect:
        expense_dict = CurveReport().expense_report_in_date_range(None, None, report_type=report_type)
        self.assertIsNone(expense_dict.get(key_value)) == is_not_present
    with where:
        report_type_provided | key_value | is_not_present
        "MEDIUM" | "Auto Mortgage" | True

...

Expected Behavior:
Should be able to execute expect

Actual Behavior:
ModuleNotFoundError: No module named 'Reporting'

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant