Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F18367362
D14363.id34681.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
549 B
Referenced Files
None
Subscribers
None
D14363.id34681.diff
View Options
Index: src/unit/engine/NoseTestEngine.php
===================================================================
--- src/unit/engine/NoseTestEngine.php
+++ src/unit/engine/NoseTestEngine.php
@@ -16,7 +16,8 @@
public function run() {
if ($this->getRunAllTests()) {
$root = $this->getWorkingCopy()->getProjectRoot();
- return $this->runTests(array($root), './');
+ $all_tests = glob(Filesystem::resolvePath("$root/tests/**/test_*.py"));
+ return $this->runTests($all_tests, $root);
}
$paths = $this->getPaths();
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Aug 28 2025, 11:33 PM (16 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8910617
Default Alt Text
D14363.id34681.diff (549 B)
Attached To
Mode
D14363: Make `arc unit` NoseTestEngine work in a sub-dir
Attached
Detach File
Event Timeline
Log In to Comment