anyway icon indicating copy to clipboard operation
anyway copied to clipboard

BackEnd Tests

Open atalyaalon opened this issue 4 years ago • 2 comments

We need to make sure that test infrastructure is available to run locally - which means:

  1. Adding local env vars
  2. Creating a specific environment for tests (perhaps another dockerfile running tests will be a good solution)
  3. Documentation to debug tests using a common IDE (I think that VSCODE should be the one since Pycharm since this feature is only available in pycharm professional)
  4. Any other suggestions?

atalyaalon avatar Dec 26 '20 22:12 atalyaalon

Adding local env vars

see comment in #1787 regarding env vars, same comment applies here - the test and dev environments are essentially the same

Creating a specific environment for tests (perhaps another dockerfile running tests will be a good solution)

done in #1820

Documentation to debug tests using a common IDE (I think that VSCODE should be the one since Pycharm since this feature is only available in pycharm professional)

TODO

OriHoch avatar Jun 23 '21 12:06 OriHoch

@afedj can you take task 3?

atalyaalon avatar Sep 11 '21 16:09 atalyaalon