e3krisztian / bead

Linked frozen computations
The Unlicense
0 stars 2 forks source link

Prototype for integration tests #5

Closed matelakat closed 9 years ago

matelakat commented 9 years ago

Some smoke tests for

Not sure if it's the right way, so opening a discussion.

Run the tests with tox:

$ tox -e inttests
e3krisztian commented 9 years ago

This was a missing bit - thanks!

I wonder what is the benefit of having it as a separate kind of test.

Personally, I'd prefer to have this test run for every environment, not separately.

matelakat commented 9 years ago

If you have scripttest installed, it'll run. Nose picks it up. I'll add it to all environments by adding scripptest as a dependency. I guess the right place is the tox.ini for that dep? Or should it go to test-requirements.txt ? I'm a bit confused, how do you decide where to put a test related dependency?

e3krisztian commented 9 years ago

I think it is best in test-requirements.txt