[meld/build-updates: 21/26] maint: Remove test running helper




commit ccf3ec45d1aa67ef2bcc200118239b097d64cdbf
Author: Kai Willadsen <kai willadsen gmail com>
Date:   Sun Sep 11 10:07:27 2022 +1000

    maint: Remove test running helper
    
    This was added as a minor helper for running tests, but since that time
    we've added CI, so this isn't really necessary.

 maint | 6 ------
 1 file changed, 6 deletions(-)
---
diff --git a/maint b/maint
index 0037aea7..07f1ce71 100755
--- a/maint
+++ b/maint
@@ -311,12 +311,6 @@ def cli():
         raise click.Abort()
 
 
-@cli.command()
-def test():
-    cmd = ['py.test-3', 'test/']
-    call_with_output(cmd, echo_stdout=True)
-
-
 @cli.command()
 def news():
     rendered = render_template(NEWS_TEMPLATE)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]