DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
test_all.py
Go to the documentation of this file.
1#!/usr/bin/env python
2# vim: set fileencoding=utf-8 :
3# Created by Andre Anjos <andre.dos.anjos@cern.ch>
4# Wed 24 Oct 2007 01:55:04 PM CEST
5
6"""Run all unittests integrated
7"""
8
9from test_configuration import *
10from test_conffwkobject import *
11from test_dal import *
12
13if __name__ == "__main__":
14 import sys
15 sys.argv.append('-v')
16 unittest.main()