memilio icon indicating copy to clipboard operation
memilio copied to clipboard

naming convention in epidata test folder

Open patricklnz opened this issue 2 years ago • 3 comments

Currently some unittest files are written in camel case and some are written in snake case. All unittest files in this folder should be named test_epidata_filename.py, where filename is the file to test from the memilio folder, mostly written in camel case. Example: test_epidata_getSimulationData.py instead of test_epidata_get_simulation_data.py

patricklnz avatar Jul 25 '22 12:07 patricklnz

By python conventions, modules have lower case or snake case names, not CamelCase.

dabele avatar Aug 08 '22 08:08 dabele

By python conventions, modules have lower case or snake case names, not CamelCase. Then this needs to be changed as well.

patricklnz avatar Aug 10 '22 12:08 patricklnz

related to #108

patricklnz avatar Apr 15 '24 08:04 patricklnz