Page MenuHomePhabricator

Configuration-driven Unit tests
AbandonedPublic

Authored by avivey on Dec 2 2014, 12:32 AM.
Tags
None
Referenced Files
F14057164: D10914.diff
Sun, Nov 17, 1:02 AM
F14002312: D10914.diff
Fri, Oct 25, 5:43 PM
Unknown Object (File)
Oct 12 2024, 12:43 AM
Unknown Object (File)
Sep 4 2024, 5:11 PM
Unknown Object (File)
Aug 25 2024, 6:39 PM
Unknown Object (File)
Aug 19 2024, 5:03 AM
Unknown Object (File)
Aug 18 2024, 7:08 AM
Unknown Object (File)
Aug 14 2024, 3:26 AM

Details

Summary

Ref T5568 - V0.

A new "MetaEngine" based on ConfigurationDrivenLintEngine, with "files" key that is a
map regex->replace, as in T5568#66793.

Updated PhutilTestEngine and NoseTestEngine, which are easiest for me to test; An "AnyBinTestEngine" (not
included here) would eventually grow to cover the "run this custom script" use-case.

Some names still need work...

Test Plan

arc unit in arcanist, and in a python repo using pynose; With --no-coverage, --detailed-coverage, --everything, path.

Diff Detail

Repository
rARC Arcanist
Branch
unit
Lint
Lint Warnings
Unit
Tests Passed
Build Status
Buildable 3157
Build 3163: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

avivey retitled this revision from to Configuration-driven Unit tests.
avivey updated this object.
avivey edited the test plan for this revision. (Show Details)
avivey added reviewers: epriestley, joshuaspence.

I'm keeping this revision 'alive' in case somebody wants to look at it, but I'd be a little surprised if it sill compiles.

If somebody wants to look at this, they should look at D13579 instead.