Commit c62378a
committed
Rename test namespaces to comply with
- Naming convention documented in the Clojure Style Guide: https://github.com/bbatsov/clojure-style-guide?tab=readme-ov-file#test-namespace-naming
- This naming convention is assumed by common Clojure test runners:
- https://github.com/cognitect-labs/test-runner/blob/v0.5.1/src/cognitect/test_runner.clj#L13
- https://github.com/lambdaisland/kaocha/blob/v1.91.1392/resources/kaocha/default_config.edn#L9
- https://github.com/clojure-emacs/cider/blob/v1.18.0/cider-test.el#L663-L670some-ns-name-test naming convention1 parent 24db931 commit c62378a
File tree
3 files changed
+5
-5
lines changed- .github/workflows
- test/com/walmartlabs
3 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
test/com/walmartlabs/dyn_edn_test_secret.clj renamed to test/com/walmartlabs/dyn_edn_secret_test.clj
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments