I don't currently have any major features planned for 3.6 (though there have already been some post-3.5.0 improvements committed today), but one of my major goals for 3.6.0 is more comprehensive integration test support. Sequel has 100% spec code coverage, but the specs work with a mocked database, and I'd like to get a lot better coverage with a real database.
So I'm reaching out to the community and asking you guys to fork Sequel, write some integration tests, and send me a pull request. This is a great way to contribute to Sequel without worrying if you are going to break something. Just find something that isn't covered by the integration tests, and add an integration test for it. I plan to add an integration coverage rake task fairly soon to make this easier. I'm not going to be aiming for 100% code coverage in the integration tests (as a lot of what the specs cover are not strictly related to database access), but I'd like anything that runs SQL on the database to have a related integration test. Thanks, Jeremy --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sequel-talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sequel-talk?hl=en -~----------~----~----~----~------~----~------~--~---
