Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve the issues raised in helloworld_tests.py #9

Open
7tena opened this issue Apr 23, 2021 · 2 comments
Open

Resolve the issues raised in helloworld_tests.py #9

7tena opened this issue Apr 23, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@7tena
Copy link
Contributor

7tena commented Apr 23, 2021

  • Navigate to src\unittest\python\helloworld_tests.py
  • Get rid of the bugs encountered. The screenshot of the same is attached below.
    error
@7tena
Copy link
Contributor Author

7tena commented Apr 23, 2021

-The first problem can be resolved by running the following command:
pip install mockito

@abose abose added the bug Something isn't working label Apr 23, 2021
@abose
Copy link
Member

abose commented Apr 25, 2021

This could be fixed by changing the file: https://github.com/aicore/Template-PythonProject/blob/main/.idea/CloudLedger.iml

  • change content from <content url="file://$MODULE_DIR$" /> to
<content url="file://$MODULE_DIR$">
      <sourceFolder url="file://$MODULE_DIR$/src/main/python" isTestSource="false" />
 </content>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants