mirror of
https://github.com/google/santa.git
synced 2026-01-15 01:08:12 -05:00
This change does 2 major things: 1) Makes the test runnable from within Xcode, unloading any running santad and santa-driver, loading the just-built driver from the same folder and then running each test. 2) Makes each test responsible for declaring what should happen to incoming requests from the driver, instead of keeping all of that code near the top of the file. This makes each test much clearer in what should be happening.