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 #360

Closed yanne closed 9 years ago

yanne commented 9 years ago

Originally submitted to Google Code by fern... on 9 Jan 2014

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)

yanne commented 9 years ago

Originally submitted to Google Code by @mkorpela on 20 Jan 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 9 years ago

Originally submitted to Google Code by fern... on 20 Jan 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 9 years ago

Originally submitted to Google Code by @mkorpela on 23 Jan 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.

yanne commented 9 years ago

Originally submitted to Google Code by @yanne on 27 May 2015

RF 2.8.4 has been out for over a year now, so there's no point in making changes to RIDE supporting the older versions.