An open API service indexing awesome lists of open source software.

https://github.com/wavejumper/kaocha-mismatched-namespaces


https://github.com/wavejumper/kaocha-mismatched-namespaces

Last synced: about 1 year ago
JSON representation

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.
```