Test of failing tests

This commit is contained in:
Anton Beloglazov 2012-07-26 11:20:06 +10:00
parent 2ba3aa33fa
commit 0bf3d51d20
3 changed files with 7 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/sh
python2 setup.py -q test python2 setup.py -q test
rm -rf openstack_neat.egg-info rm -rf openstack_neat.egg-info distribute_setup.pyc

View File

@ -8,4 +8,8 @@ class Arithmetic(TestCase):
x=int_(min=0), y=int_(min=0) x=int_(min=0), y=int_(min=0)
): ):
the_sum = x + y the_sum = x + y
assert the_sum >= x and the_sum >= y assert the_sum >= x and the_sum < y
@qc
def dumb():
assert True