gluent / goe

GOE: a simple and flexible way to copy data from an Oracle Database to Google BigQuery.
Apache License 2.0
8 stars 2 forks source link

Redefine integration tests #17

Closed nj1973 closed 9 months ago

nj1973 commented 11 months ago

We have the existing test framework, a lot of which should be retained.

These are the thoughts in my head that I'm capturing here:

nj1973 commented 11 months ago

Any unit tests that were really integration tests were dropped into tests/integration/ - but untested. These will need fixing during this work.

nj1973 commented 10 months ago

I think including stories in this issue will be too onerous. We should have this issue for tests/integration/ tests and have a new issue for stories (tests/stories?)

nj1973 commented 10 months ago

I've created issue https://github.com/gluent/goe/issues/35 for the stories, this issue can focus on the module based integration tests.