Nosetests-script.py error - running tests from Needle

319 Views Asked by At

I am facing problems after trying to run the default test from Needle. Neddle is a tool for testing CSS using Selenium, here is their site : http://needle.readthedocs.org/en/latest/.

I already installed selenium, pip and needle, but, I am still facing problems after running the following command:

nosetests test_bbc.py --with-save-baseline:

Here is the response I got:

no such option --with-save-baseline

I have the file nosetests-script.py on my /Scripts folder, but It is very simple, here is the screenshoot:

nosetests code

I believe I am missing something very simple, but I could not find neither the cause or a solution here at stackoverflow.

-

Edit: Thank you for your suggestion alecxe, After configuring carefully my Python 3.3, It worked! I am not sure if this was the cause because I believe that I did not installed nose on the Python 3.4, but thank you for your help.

1

There are 1 best solutions below

0
On BEST ANSWER

According to the needle's PyPI page and it's travis configuration, Python 3.4 is not supported.

The latest supported version is 3.3.