reaganmcf / lightmon

A lightweight, cross-platform, language-agnostic "run code on file change" tool, inspired by Nodemon
GNU General Public License v3.0
15 stars 2 forks source link

👷🏻‍♂️ New Test Suite #16

Closed reaganmcf closed 3 years ago

reaganmcf commented 3 years ago

Closes #7

Todo

reaganmcf commented 3 years ago

Looks like there are really niche edge cases where multiple tests can detect file changes in a different order depending on the scheduler. It sucks but we have to run them all serialized.

reaganmcf commented 3 years ago

The CI that is failing is the old one that we aren't even using, and it's a system dependency issue not a tests issue

reaganmcf commented 3 years ago

@alayshahh review this when you get a chance, its over 500 almost 700 lines so I don't wanna just merge to master until we are sure