Page MenuHomePhabricator

Disregard `src/extensions/` when running library map unit tests
ClosedPublic

Authored by epriestley on Jul 5 2014, 9:40 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jan 25, 8:40 PM
Unknown Object (File)
Jan 17 2025, 6:07 AM
Unknown Object (File)
Jan 16 2025, 12:23 AM
Unknown Object (File)
Dec 30 2024, 4:15 AM
Unknown Object (File)
Dec 27 2024, 8:19 PM
Unknown Object (File)
Dec 13 2024, 5:56 PM
Unknown Object (File)
Dec 12 2024, 4:56 AM
Unknown Object (File)
Dec 6 2024, 11:50 PM
Subscribers

Details

Summary

The runtime map will include anything loaded via src/extensions/, which means the test will always fail if you have anything in that directory.

Instead, allow the base (no extensions) map to be retrieved, and use that for comparisions.

Test Plan
  • Ran unit tests with stuff in extensions.
  • Verified stuff in extensions still works fine.

Diff Detail

Repository
rPHU libphutil
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

epriestley retitled this revision from to Disregard `src/extensions/` when running library map unit tests.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: joshuaspence.
This revision is now accepted and ready to land.Jul 5 2014, 10:04 PM
epriestley updated this revision to Diff 23613.

Closed by commit rPHU175694903cee (authored by @epriestley).