summary refs log tree commit diff stats
path: root/tools/atlas/tests/nim-bytes2human.nimble
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2021-07-26 18:00:03 +0200
committerGitHub <noreply@github.com>2021-07-26 18:00:03 +0200
commit664dbb6bfbe06ff0ddc4339c0fe80c49d0838ca4 (patch)
tree698201d0ccfca8e00119ec034bf50edd0a9ddbd6 /tools/atlas/tests/nim-bytes2human.nimble
parentd4c3a09286d1cbb534ed5dbd21d99a18670b3427 (diff)
downloadNim-664dbb6bfbe06ff0ddc4339c0fe80c49d0838ca4.tar.gz
atlas tool: testing via mocking (#18588)
* atlas: refactoring
* Atlas: do some basic testing via mocking
Diffstat (limited to 'tools/atlas/tests/nim-bytes2human.nimble')
-rw-r--r--tools/atlas/tests/nim-bytes2human.nimble7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/atlas/tests/nim-bytes2human.nimble b/tools/atlas/tests/nim-bytes2human.nimble
new file mode 100644
index 000000000..9f3ae2479
--- /dev/null
+++ b/tools/atlas/tests/nim-bytes2human.nimble
@@ -0,0 +1,7 @@
+version     = "0.2.2"
+author      = "Juan Carlos"
+description = "Convert bytes to kilobytes, megabytes, gigabytes, etc."
+license     = "MIT"
+srcDir      = "src"
+
+requires "nim >= 1.0.0"  # https://github.com/juancarlospaco/nim-bytes2human/issues/2#issue-714338524