Commit 4637ea11 authored by Stefano Alberto Russo's avatar Stefano Alberto Russo
Browse files

Renamed "base_app" in "core_app". Minor naming fixes.

parent 7c17d200
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
#!/bin/bash

# Example: ./run_webapp_unit_tests.sh rosetta.base_app.tests.test_apis.ApiTests.test_api_web_auth
# Example: ./run_webapp_unit_tests.sh rosetta.core_app.tests.test_apis.ApiTests.test_api_web_auth

# You probably want to set DJANGO_LOG_LEVEL to ERROR and ROSETTA_LOG_LEVEL to DEBUG if you are doing tdd.
DJANGO_LOG_LEVEL="CRITICAL"
+0 −1
Original line number Diff line number Diff line
/data/migrations/base_app
 No newline at end of file
Loading