9c95c0b319
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.
3 lines
41 B
Bash
Executable file
3 lines
41 B
Bash
Executable file
#!/bin/sh
|
|
|
|
nosetests --rednose -v tests/
|