Currently all the code (user tool and tests) exist in a single folder which is also the top main folder. For ease of developing, the code should probably be structured into a tool/ folder that contains generate_stats.py, dagmc_stats.py, etc. and a tests/ folder that contains all testing files.
Currently all the code (user tool and tests) exist in a single folder which is also the top main folder. For ease of developing, the code should probably be structured into a
tool/
folder that contains generate_stats.py, dagmc_stats.py, etc. and atests/
folder that contains all testing files.