rfswarm
rfswarm copied to clipboard
Test Cases for ensuring all required libraries get installed Issue #123
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 |