Implement a private-resources folder that is .gitignored. The contents of this folder will be JSON files that correspond to order numbers. The integration tests will then load these files using kwargs and assert against the contents.
This will allow us to generically define integration tests, but keep the contents private, which will allow us to write even more (or others to write their own generically) in the future.
Implement a private-resources folder that is .gitignored. The contents of this folder will be JSON files that correspond to order numbers. The integration tests will then load these files using
kwargs
and assert against the contents.This will allow us to generically define integration tests, but keep the contents private, which will allow us to write even more (or others to write their own generically) in the future.