aboutcode-org / scancode-analyzer

scancode-results-analyzer
4 stars 2 forks source link

Adds tests for `divide_cases` module with pytest #28

Closed AyanSinhaMahapatra closed 3 years ago

AyanSinhaMahapatra commented 3 years ago

Adds extensive FileDriven tests for the module divide_cases for classes DivideCases and CraftRules following pytest testing conventions and using commoncode.FileBasedTesting functions.

Signed-off-by: Ayan Sinha Mahapatra ayansmahapatra@gmail.com

AyanSinhaMahapatra commented 3 years ago

Closing this as the dataframe based analysis is deprecated and is being moved out of src. Files changes would be added here -> https://github.com/nexB/scancode-results-analyzer/pull/39 instead.