heynemann / pyvows

Python implementation of Vows.js

Home Page:http://pyvows.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HEAD doesn't show failures.

sleepynate opened this issue · comments

$ cp tests/fruits_vows.py tests/fruits_fail_vows.py
$ sed -ie "s/True/False/" tests/fruits_fail_vows.py
$ pyvows

 ============
 Vows Results
 ============

  ✓ OK » 535 honored • 0 broken (0.272095s)

nevermind, i'm an idiot!