YahooArchive / arrow

FE Test framework designed to promote TDD
http://yahoo.github.io/arrow/arrow_intro.html
BSD 3-Clause "New" or "Revised" License
55 stars 59 forks source link

Doesn't the documentation mean "non-sterile", where instead it uses "sterile"? #130

Closed nottoseethesun closed 11 years ago

nottoseethesun commented 11 years ago

The doc at:

https://github.com/yahoo/arrow/blob/master/docs/arrow_cookbook/arrow_in-depth.rst

reads, under heading "Using Session-Reuse":

"However, one should keep in mind that this approach means your test will have a sterile environment as session and cookie information will be reused"

but it seems it should read:

"However, one should keep in mind that this approach means your test will have a non-sterile environment as session and cookie information will be reused."

proverma commented 11 years ago

thanks @christopherbalz , good catch. I have updated the docs.