rfswarm icon indicating copy to clipboard operation
rfswarm copied to clipboard

Test Cases for ensuring all required libraries get installed Issue #123

Open damies13 opened this issue 1 year ago • 0 comments

Write test cases to verify the setup.py files have all the required prerequisites

Need to open python file for component and read the imports, as a list, remove from this list python modules that are installed with python, then check remaining ones are included in the components setup.py install_requires section

compnent py file setup file
Agent rfswarm_agent.py setup-agent.py
Manager rfswarm.py setup-manager.py
Reporter rfswarm_reporter.py setup-reporter.py

damies13 avatar Apr 06 '24 16:04 damies13