stable

Clone or download

Read-only

REST test speed-up: MilestonesBacklogPatch

Creating stuff by REST is slow while it's fast with XML import I had to rework some tests due to how it was done before: Before XML import, each testXXX got a new copy of the data (hence a lot of REST calls) So I rewrote to explicitly add dependencies and update the tests accordingly Part of request #10713 REST test should not depend on Tuleap internal API Change-Id: Ia0640c14f83c1d92837465bedcca5ffe63551e58

Modified Files

Name
M tests/rest/_fixtures/06-dragndrop/project.xml +278 −0 Go to diff View file
M tests/rest/tests/MilestonesBacklogPatchTest.php +38 −119 Go to diff View file