Skip to content

How to separate tests? #105

Answered by doublep
sellout asked this question in Q&A
Oct 11, 2024 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

You could maybe base on a somewhat-similar separation in Eldev's own file Eldev.

I have tests that are self-contained (use only Eldev itself) and tests that depend on external projects, e.g. Buttercup or Relint. The latter I call "integration tests"; you can just search the file for "integration". The two added commands are actually only sugarcoating, the important thing are the fileset definitions and the test selection option.

This doesn't include "one test per Emacs instance" of course, but as I have understood, you figured out that part yourself.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@sellout
Comment options

@doublep
Comment options

@sellout
Comment options

Answer selected by sellout
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants