Running testsΒΆ

You can run all unittests from command line after having downloaded the source code from GitHub:

$ git clone https://github.com/pietrobarbiero/dbgen.git
$ cd ./dbgen

You can use either python:

$ python -m unittest discover

or coverage:

$ coverage run -m unittest discover