svanoort / pyresttest

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

Import errors #261

Closed rowej9 closed 6 years ago

rowej9 commented 6 years ago

I am attempting to run a top level grouping of tests by importing them, similar to this:

`---

`

When I run this, it only seems to run the first import and that is it. No output and indication that the second import was even pulled. The yamls are located in the same directory as this file, and have also tried to point it to another directory.

Am I missing something potentially or is there an issue with import?

rowej9 commented 6 years ago

Nevermind after copying and pasting from another import script it seems to be working as intended.