Page MenuHomePhabricator

Improve test file layout and structure
Closed, InvalidPublic

Description

We have a fairly basic test file arrangement at the moment - each app has a single tests.py file which contains all tests related to that app. This leaves us with files that are thousands of lines long and a nightmare for new developers to parse. We can split these test files up and otherwise improve their individual layouts to improve the situation.