Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Any examples of integration tests with good maintainability on Github?
By maintainability, I mean shows good patterns and how to setup the data for each tests. A problem that I often run into is, integration tests often requires existing data to be there. For example, if I want to test AccountService.payAccount(), perhaps I'd need existing users, accounts, anything related to accounts (bank accounts, history, etc). What's a good pattern of setting that up for each integration test?
โ01-23-2021 12:27 PM
0 REPLIES 0

