seamless-io / seamless-web

Seamless Cloud is a serverless compute platform to run Python script on schedule with a focus on ease of use.
Apache License 2.0
4 stars 0 forks source link

Feature/tests teams #110

Closed finomayato closed 3 years ago

finomayato commented 4 years ago

The basic functionality for creating workspaces is created.

TODO

finomayato commented 4 years ago

Also, we will need to check the situation when some API requests make our session break (sqlalchemy exception when deleting non-existant for example). And then make another request and see if the next request will be successful.

We need to check that because I've modified get_db_session. The reason for that was that in the tests several session were used and it complicated tests development (made it hacky)