Merge "Updated config.env.sample"
[laas.git] / test.sh
1 #!/bin/bash
2 ##############################################################################
3 # Copyright (c) 2018 Parker Berberian, Sawyer Bergeron, and others.
4 #
5 # All rights reserved. This program and the accompanying materials
6 # are made available under the terms of the Apache License, Version 2.0
7 # which accompanies this distribution, and is available at
8 # http://www.apache.org/licenses/LICENSE-2.0
9 ##############################################################################
10
11 # first, basic lint with flake8
12 find . -type f -name "*.py" -not -name "manage.py" -not -path "*/migrations/*" | xargs flake8 --count
13
14 # this file should be executed from the dir it is in
15 docker exec -it dg01 python manage.py test