Where is the seed data for tests in openMRS Core

Where is the XML where I find the seed for the data that is used when I run tests with in- memory database for openMRS Core?

@alinmihaila99 are you looking for this https://github.com/openmrs/openmrs-core/tree/4a0feb8da351088f25fdc4e6d324a1f277aa3410/api/src/test/resources/org/openmrs/api/include

2 Likes

Thank you very much! But I need a PatientProgramAttribute and I couldn’t find it there…

@alinmihaila99 You might be looking for this https://github.com/openmrs/openmrs-core/blob/master/api/src/test/resources/org/openmrs/include/standardTestDataset.xml This does contains patient_program. If this isn’t the case then you might wanna search here - https://github.com/openmrs/openmrs-core/tree/master/api/src/test/resources/org/openmrs

All the test datasets for openmrs-core are in this directory.