node-gtk
node-gtk copied to clipboard
Improve structure of tests
As I always have problems with writing a new test, we could:
- [ ] add a template for new test files
- [ ] use consistent importing of
__common__.jsto get rid of thecommon.-prefix - [ ] ensure that all test follow a common structure and style
- [ ] merge test files when possible (those with common prefix and
__in the filename)
Yes, that would be great. The __ thing was because I had a lot of segfaults back then and I wanted to know which things did a segfault :laughing: But now having many test files slows down things more than it help.