hadithhouse / HadithHouseApi

Backend for Hadith House
http://www.hadithhouse.net/
MIT License
3 stars 3 forks source link

Add entity-specific APIs to TestCaseBase #430

Closed rafidka closed 6 years ago

rafidka commented 6 years ago

To make it easier for test classes inheriting from TestCaseBase to make requests of different types, e.g. GET, POST, etc., for different entity types. For example, to post a hadith, a test case class can call self.post_hadith, and so on.