api.webmaker.org icon indicating copy to clipboard operation
api.webmaker.org copied to clipboard

break test files up

Open ashleygwilliams opened this issue 10 years ago • 2 comments

the test files are extremely long and difficult to edit/manage. let's break them up by route.

ashleygwilliams avatar Aug 10 '15 16:08 ashleygwilliams

Here's mostly what this will be broken into:

  • test
    • services
      • api
        • handlers
          • bulk
            • index.js
          • docs
            • index.js
          • elements
            • getAllInPage.js
            • getOne.js
            • create.js
            • update.js
            • delete.js
            • options.js
          • pages
            • getAllInProject.js
            • getOne.js
            • create.js
            • update.js
            • delete.js
            • options.js
          • projects
            • discover.js
            • discoverLocale.js
            • getOne.js
            • getAll.js
            • getAllByUser.js
            • getRemixes.js
            • remix.js
            • create.js
            • update.js
            • feature.js
            • delete.js
            • options.js
            • thumbnails.js
          • users
            • create.js
            • get.js
            • update.js
            • delete.js
            • options.js

cadecairos avatar Aug 10 '15 17:08 cadecairos

WIP: #158

simonwex avatar Aug 11 '15 18:08 simonwex