Skip to content
Snippets Groups Projects
Commit 31fda1a0 authored by Marcello Golfieri's avatar Marcello Golfieri
Browse files

added helper script to run tests

parent 8599ebd3
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env bash
WORKDIR="$( cd "$(dirname "$0")" ; pwd -P )"
cd ${WORKDIR}/tests
PYTHONPATH=.. python -m unittest workgroups_test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment