G-Node / nix

Neuroscience information exchange format
https://readthedocs.org/projects/nixio/
Other
66 stars 36 forks source link

Back-end specific tests via inheritance #546

Closed stoewer closed 8 years ago

stoewer commented 8 years ago

This small pr show how to run the same tests multiple back-ends as discussed here #526 . As a start I just changed the test for TestFile. But if everyone is OK with this kind of pattern for our tests I'll apply it to other tests as well.

stoewer commented 8 years ago

This is just the next bunch of tests. There will be more.

stoewer commented 8 years ago

Now all relevant tests can be subclassed in order to implement tests for multiple back-ends