Homec4science

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

Authored by epriestley <git@epriestley.com> on Jul 6 2014, 15:21.

Description

Disregard src/extensions/ when running library map unit tests

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.

Reviewers: joshuaspence

Reviewed By: joshuaspence

Subscribers: epriestley

Differential Revision: https://secure.phabricator.com/D9834

Details

Committed
epriestley <git@epriestley.com>Jul 6 2014, 15:21
Pushed
aubortMar 17 2017, 12:03
Parents
rPHU9f20c53e8cbf: Add a `phutil_get_current_library_name` function
Branches
Unknown
Tags
Unknown

Event Timeline

epriestley <git@epriestley.com> committed rPHU175694903cee: Disregard `src/extensions/` when running library map unit tests (authored by epriestley <git@epriestley.com>).Jul 6 2014, 15:21