mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-25 08:12:40 +01:00
No description
994163d9ca
modules Summary: Right now, if you add a file to "__tests__/data/blah.testcase" it doesn't trigger those __tests__, but it should. Trigger __tests__ in all parent modules when a file changes. (We could be a little more complex about choosing what to run but all the tests are super fast so it hardly matters if we run "too many" tests.) Test Plan: Ran "arc unit" on this, got a test trigger. Added a file to a __tests__/data/ directory and got a test trigger. Added some var_dump() and spot-checked things for sanity. Reviewers: btrahan, jungejason, nh, tuomaspelkonen, aran Reviewed By: jungejason CC: aran, jungejason Differential Revision: 1127 |
||
---|---|---|
bin | ||
externals | ||
resources | ||
scripts | ||
src | ||
.arcconfig | ||
.divinerconfig | ||
.gitignore | ||
LICENSE | ||
README |
WHAT IS ARCANIST? Arcanist is the command-line tool for Phabricator. It allows you to interact with Phabricator installs to send code for review, download patches, transfer files, view status, make API calls, and various other things. You can find a complete user guide here: http://www.phabricator.com/docs/phabricator/article/Arcanist_User_Guide.html For more information about Phabricator, see: http://phabricator.org/