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)
Mon, Dec 30, 4:15 AM
Unknown Object (File)
Fri, Dec 27, 8:19 PM
Unknown Object (File)
Fri, Dec 13, 5:56 PM
Unknown Object (File)
Thu, Dec 12, 4:56 AM
Unknown Object (File)
Fri, Dec 6, 11:50 PM
Unknown Object (File)
Nov 19 2024, 11:42 PM
Unknown Object (File)
Nov 19 2024, 9:16 PM
Unknown Object (File)
Oct 30 2024, 2:17 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).