python-ipy icon indicating copy to clipboard operation
python-ipy copied to clipboard

wire tests in setup.py

Open arekm opened this issue 6 years ago • 1 comments

Would be nice to see tests wired up into setup.py, so typical tests, like in other python packages, run would work. Currently:

+ /usr/bin/python2 setup.py build '--build-base=build-2' test
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
   or: setup.py --help [cmd1 cmd2 ...]
   or: setup.py --help-commands
   or: setup.py cmd --help

error: invalid command 'test'

arekm avatar Mar 12 '19 20:03 arekm

In progress

autocracy avatar Mar 14 '19 18:03 autocracy