emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/buttercup 5db07c9 112/340: Merge pull request #63 from ebp


From: ELPA Syncer
Subject: [nongnu] elpa/buttercup 5db07c9 112/340: Merge pull request #63 from ebpa/patch-1
Date: Thu, 16 Dec 2021 14:59:15 -0500 (EST)

branch: elpa/buttercup
commit 5db07c940e3acbd20111391c72edfa847e7a5409
Merge: cef9988 ab2a558
Author: Jorgen Schäfer <Jorgen.Schaefer@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #63 from ebpa/patch-1
    
    Add projectile integration info to Readme
---
 docs/running-tests.md | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/docs/running-tests.md b/docs/running-tests.md
index ab8ed3a..bb77b9f 100644
--- a/docs/running-tests.md
+++ b/docs/running-tests.md
@@ -102,6 +102,20 @@ different pattern using the `--pattern` command line 
argument to the
 You can run this command whichever way you like. Common choices
 include a makefile or shell scripts.
 
+## Projectile
+
+If you use [Projectile](https://github.com/bbatsov/projectile) for interacting 
with your projects you can set the "default" project test command to be 
available when you invoke `projectile-test-project`.  Create a `.dir-locals.el` 
file in the the root of your project tree (next to your Cask file).  An example:
+
+**.dir-locals.el**
+
+```
+((nil . ((eval . (progn
+                   (require 'projectile)
+                   (puthash (projectile-project-root)
+                            "cask exec buttercup -L ."
+                            projectile-test-cmd-map))))))
+```
+
 ## Travis
 
 If your project is hosted on github, you can use



reply via email to

[Prev in Thread] Current Thread [Next in Thread]