-
Notifications
You must be signed in to change notification settings - Fork 28
Add chapter on upcoming BDD style tester #78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
joto
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The stuff about testing the replication is a bit hard to understand. This is especially so because one might think you need to run this to test changes to a database. But that's much easier done with a test that has several steps, one importing the db and then further onces to update it. I think we need an example for how that's done that also makes clear that OPL works for OSM data files as well as for OSM change files.
|
The replication stuff is mostly internal. I've added a warning to that end. I've addressed all the other comments. |
Documentation for the BDD style tester which will replace our current BDD testing framework and will be reusable for osm2pgsql users to test their style.
For information right now. To be merged later together with the osm2pgsql style tester PR.