aditicsalunkhe / Simplii-Group74-2023

This repository has our copy of Simplii with enhancements to the original copy for Project-3, SE-2023
MIT License
0 stars 3 forks source link

Failing Test case - test_application.py #39

Closed mistryishan25 closed 11 months ago

mistryishan25 commented 11 months ago

Test Case Description Brief description of the failing test case.

Steps to Reproduce

  1. Go to the /src
  2. Execute the pytest command: pytest test/test_application.py

Environment Python Version: [e.g., 3.8] Pytest Version: [e.g., 6.2.4]

Actual Outcome ImportModuleError - The import was failing for the forms.

aditicsalunkhe commented 11 months ago

It might be a problem with missing dependency modules. Can you try to create your own version of requirements.txt? It will have all the dependencies that you actually used and might work. Let me try on my end as well.

purv2100 commented 11 months ago

I can't see test directory.

WangWangIsDog commented 11 months ago

Maybe should check whether the related modules have correct name or have already been installed