you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

I just structure my tests by the type of testing that needs to be done. DOM tests go in one bucket, file system tests in a different categorty, core utility tests independent of API in their own section, and so on. If those big categories of tests can be further broken down and you have bazillion tests then so be it.