https://github.com/wavejumper/kaocha-mismatched-namespaces
https://github.com/wavejumper/kaocha-mismatched-namespaces
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/wavejumper/kaocha-mismatched-namespaces
- Owner: wavejumper
- Created: 2020-07-27T05:32:07.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-27T05:32:41.000Z (almost 6 years ago)
- Last Synced: 2025-02-07T14:46:41.814Z (over 1 year ago)
- Language: Clojure
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mismatched namespaces silently ignore tests
```
> lein test
```
```clojure
lein test example_test
Ran 1 tests containing 1 assertions.
0 failures, 0 errors.
```
---
```
> lein kaocha
```
```clojure
[]
0 tests, 0 assertions, 0 failures.
```