[tests] Added first module tests (for CPU)
I finally *really* need to get started on testing. I've had too many releases in too short time intervals now, all because of small bugs/oversights.
This commit is contained in:
parent
af6055bd83
commit
9c95c0b319
4 changed files with 29 additions and 12 deletions
3
runtests.sh
Executable file
3
runtests.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
nosetests --rednose -v tests/
|
Loading…
Add table
Add a link
Reference in a new issue