https://github.com/mailslurp/examples
# Package
version = "0.1.0"
author = "Wusi"
description = "Example nim email library testing"
license = "MIT"
srcDir = "src"
# Dependencies
requires "nim >= 1.4.4"
# Email testing
See [examples repository](https://github.com/mailslurp/examples) for source.
-include ../.env
install:
nimble install
fmt:
nimpretty
test: $(DRIVER_LOCATION) $(SELENIUM_LOCATION)
API_KEY=$(API_KEY) testament r tests/test_emails.nim
assert 42 == 42
switch("path", "$projectDir/../src")