Skip to content

Need a way to run a test by name #47

@jimka2001

Description

@jimka2001

Is there already a way to run a single test given its name?

I'm looking for something like the following, which I keep adding to my local branch.

(defun run-1-test (test-name)
  (let ((*print-summary* t)
	(*print-failures* t)
	(*summarize-results* t)
	(*print-errors* t))
   (run-tests (list test-name) (symbol-package test-name))))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions