Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For now, to run this test:

  •  comment out 'application = create_app('DEV')' in app init.py
  • cd to docker_code and run 'python3 -m unittest tests/models/<file to test>' to test models and run 'python3 -m unittest tests/views/<file to test>' to test views

    Note: Please run the unit test in the docker container: under www/var (reference: Dev/Debug in Container)
    Otherwise, you will need to install all dependencies in your local env.

    ...