svanoort / pyresttest

Python Rest Testing
Apache License 2.0
1.15k stars 325 forks source link

File with imports only brakes tests execution #263

Open andrewshokhin opened 6 years ago

andrewshokhin commented 6 years ago

https://github.com/svanoort/pyresttest/blob/d6985d4a90468025ab4f7ad5d002ec009eef9897/pyresttest/resttest.py#L646

As we can see here if there is a file with imports only, execution loop brakes while it should just continue with the next testset. Looks like brake statement should be replaced with continue