diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2021-07-26 18:00:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-26 18:00:03 +0200 |
commit | 664dbb6bfbe06ff0ddc4339c0fe80c49d0838ca4 (patch) | |
tree | 698201d0ccfca8e00119ec034bf50edd0a9ddbd6 /tools/atlas/tests/nim-bytes2human.nimble | |
parent | d4c3a09286d1cbb534ed5dbd21d99a18670b3427 (diff) | |
download | Nim-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.nimble | 7 |
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 |