Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6675901
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T03:55:08+00:00 2026-05-26T03:55:08+00:00

I noticed that leiningen has a great unit test plugin – you just enter

  • 0

I noticed that leiningen has a great unit test plugin – you just enter "lein test" 🙂 . However, it’s not clear how it "finds" the test files. Is there a specific folder I need to put them in? Or, if its just scanning namespaces (which is what it says in the lein docs), how do I know what namespace I need to use for leiningen to see my tests?

I was thinking about simply making one test file, called tests.clj. A sample template would really be nice.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T03:55:09+00:00Added an answer on May 26, 2026 at 3:55 am

    At the top level make a test/ directory, and then create some file, say mytests.clj. Here’s a sample (caveat: I didn’t actually compile this, but simplified an existing test):

    (ns mytests
        (:use clojure.test))
    
    (defn myfixture [block] 
        (do 
            (println "before test")
            (block)
            (println "after test")))
    
    (use-fixtures :each myfixture)
    
    (deftest mytest
        (is (= 2 (+ 1 1))))
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i noticed that paypal displays a very different favicon, one that's not just a
I noticed that my Designer.vb file of one of my forms has a lot
Just noticed that the style of the navigation menu on windows.com is just what
I noticed that we always just are like: SmtpClient mSmtpClient = new SmtpClient(); //
I noticed that many people looking for the answer to same question however they
I noticed that my Eclipse does not include JSP Editor. Does standard JSP editor
I noticed that the castle windsor fluent component registration interface has the rather confusing
I noticed that itertools does not (it seems to me) have a function capable
I noticed that when I test my app on the iPad 3.2 software, my
I noticed that if I do something like: script/plugin install git://github.com/plug-xyz.git It says it

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.