#!/bin/bash

echo 'Running all tests of the devanalyst project'
pytest --disable-pytest-warnings
