node-gtk icon indicating copy to clipboard operation
node-gtk copied to clipboard

Improve structure of tests

Open wotzlaff opened this issue 5 years ago • 1 comments

As I always have problems with writing a new test, we could:

  • [ ] add a template for new test files
  • [ ] use consistent importing of __common__.js to get rid of the common.-prefix
  • [ ] ensure that all test follow a common structure and style
  • [ ] merge test files when possible (those with common prefix and __ in the filename)

wotzlaff avatar Oct 28 '20 09:10 wotzlaff

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.

romgrk avatar Oct 28 '20 10:10 romgrk