File: default_options_test.clj

package info (click to toggle)
next-jdbc-clojure 1.3.955-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 876 kB
  • sloc: xml: 62; sh: 39; makefile: 13
file content (9 lines) | stat: -rw-r--r-- 339 bytes parent folder | download
1
2
3
4
5
6
7
8
9
;; copyright (c) 2020-2021 Sean Corfield, all rights reserved

(ns next.jdbc.default-options-test
  "Stub test namespace for default options. Nothing can really be tested
  at this level tho'..."
  (:require [clojure.test :refer [deftest is testing]]
            [next.jdbc.default-options :refer :all]))

(set! *warn-on-reflection* true)