Currently the two packages exist separately. This was done as at the time @jjmark15 could not work out how to get mocked types that only existed in test to be available for import in another package. The downside of this is that there will be times when mocks of quiz_domain traits will be defined in quiz_domain and then duplicated in quiz_domain_mocks.
Requirements
Work out if it is possible to merge the two packages, and if so do it.
Background
Currently the two packages exist separately. This was done as at the time @jjmark15 could not work out how to get mocked types that only existed in
test
to be available for import in another package. The downside of this is that there will be times when mocks of quiz_domain traits will be defined in quiz_domain and then duplicated in quiz_domain_mocks.Requirements
Work out if it is possible to merge the two packages, and if so do it.