apinf / platform

Apinf - Open source API management platform with multi proxy and protocol support
https://apinf.com/
European Union Public License 1.1
74 stars 33 forks source link

Write unit test(s) to ensure API Umbrella user is created when Apinf user signs up #202

Closed brylie closed 6 years ago

brylie commented 9 years ago

When Apinf users sign up, we are

  1. creating a corresponding user on API Umbrella
  2. getting a returned user object
  3. creating an ApiUmbrellaUser in Apinf
  4. connecting the users via an ID field.

This process happens in accounts.coffee#52-72

Definition of done

bajiat commented 7 years ago

@mauriciovieira This could be an interesting case for integration test. Could you consider working on this after first unit test?

mauriciovieira commented 7 years ago

@bajiat yes. this would be a case for full end-to-end test using docker. Related (#2417)

Nazarah commented 6 years ago

If we have to replace API Umbrella with proxy 42 at some point, then the idea and associated works would be obsolete. Closing this.