yanne / api-testing

I am using this to test GitHub API
1 stars 0 forks source link

Does not run tests on files with dots #104

Open yanne opened 10 years ago

yanne commented 10 years ago

The new version of ride cannot run tests of files with dots in the name: "Filename.4.5.6_txt"

With files like this the tests are not found. Replacing the dot by an hyphen in the file name solves the issue.

RIDE 1.2.3 running on Python 2.7.4. Robot Framework 2.8.3 (Jython 2.5.3 on java1.6.0_43)

This issue was originally reported to Google Code on Jan 9, 2014.

yanne commented 10 years ago

Original comment by mikko.ko...@gmail.com on Jan 20, 2014.

Thanks for reporting!

Filename.4.5.6_txt has not a supported file format extension (should be .txt). Otherwise seems like a valid issue although this seems to really be an issue in Robot Framework core --suite option.

yanne commented 10 years ago

Original comment by fern...@gmail.com on Jan 20, 2014.

There was a typo in the filename. I meant "Filename.4.5.6.txt". To fix it, I had to rename to "Filename_4_5_6.txt".

yanne commented 10 years ago

Original comment by mikko.ko...@gmail.com on Jan 23, 2014.

The actual bug is in RF.

Unfortunately this has been there for a very long time. This will be fixed in the next release RF 2.8.4 that should be out soon.

To support older RF-versions we might also have to have a configuration to remove --suite option from the RIDE executor.