Ignored CSV related test classes

Both text classes for csv related actions “GPCsvImportTest and GPCsvExportTest” are ignored. Is this due to them been outdated or just because the code doesn’t pass them?

On the import site, there is another class named CsvImportTest that is succesfully executed and on the export class only the testResourceCustomFields method is getting an error.

Is this due to them been outdated or just because the code doesn’t pass them?

Both, actually. Code has changed in slightly incompatible way and tests got broken. Thanks for reminding me, it is good time to fix them.

I’m gonna work on it, shoul i just change the not passing methods or make new test for both classes?

Do you want to work specifically on fixing tests or on some new CSV import/export functions?

For the moment it would be just the tests

It makes sense to fix the existing tests then rather than writing new ones.

export csv test is already solved, i have done a pull request. I expect its a valid solution.