Skip to content

Commit

Permalink
Parallel tests!
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmacdonald committed Feb 12, 2024
1 parent 1a26b92 commit 4c8209f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/macaw/core_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

(def tables (comp m/query->tables m/parsed-query))

(deftest query->tables-test
(deftest ^:parallel query->tables-test
(testing "Simple queries"
(is (= ["core_user"]
(tables "select * from core_user;")))
Expand All @@ -18,7 +18,7 @@
(is (= ["core_user"]
(tables "select * from (select distinct email from core_user) q;")))))

(deftest resolve-columns-test
(deftest ^:parallel resolve-columns-test
(let [cols ["name" "id" "email"]]
(is (= {"core_user" cols
"report_card" cols}
Expand Down

0 comments on commit 4c8209f

Please sign in to comment.