babashka/test-resources/lib_tests/version_clj
Lee Read 5d9027fe0a
Added lib tests for version-clj (#569)
The version-clj project uses `.cljx` so I hand-transcribed them to `.cljc`.

Tests are from from version-clj v1.0.2:
https://github.com/xsc/version-clj/tree/clojars-0.1.2

Added `version-clj.via-use-test` to verify loading version-clj via `use`.

Verification via: `./script/run_lib_tests`, I observed version-clj tests:
1. failing for `bb` native v0.2.0
2. passing for `./bb` native built from master
3. passing for `lein bb` from master

This should be the final change that closes #565.
2020-09-09 23:03:15 +02:00
..
compare_test.cljc Added lib tests for version-clj (#569) 2020-09-09 23:03:15 +02:00
core_test.cljc Added lib tests for version-clj (#569) 2020-09-09 23:03:15 +02:00
split_test.cljc Added lib tests for version-clj (#569) 2020-09-09 23:03:15 +02:00
via_use_test.clj Added lib tests for version-clj (#569) 2020-09-09 23:03:15 +02:00