abc-classroom
abc-classroom copied to clipboard
Test suites and organization
Currently our tests are organized by module. This means that a single module could have many many tests and test objects. The github module alone has 19 functions and could have 21 if we add the functions from config.
It would be easier to maintain tests (i think?) if we consider grouping sets of tests into individual files otherwise we will have files with 40-50-60 tests in them .
Let's talk here about how we want to organize the test suite for abc-classroom.
let's hold on this given the reorganization that we just implemented.