Test of failing tests
This commit is contained in:
parent
2ba3aa33fa
commit
0bf3d51d20
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user