Sha256: 31ab830cc744057f71dcc38cfe78c7e0b727a6427a1de97df3ae176274274182

Contents?: true

Size: 388 Bytes

Versions: 365

Compression:

Stored size: 388 Bytes

Contents

;;; hello-world-test.el --- Tests for Hello World (exercism)

;;; Commentary:

;;; Code:

(load-file "hello-world.el")

(ert-deftest no-args ()
  (should (equal (hello) "Hello, World!")))

(ert-deftest with-args ()
  (should (equal (hello "Emacs") "Hello, Emacs!"))
  (should (equal (hello "Exercism") "Hello, Exercism!")))

(provide 'hello-world-test)

;;; hello-world-test.el ends here

Version data entries

365 entries across 365 versions & 1 rubygems

Version Path
trackler-2.2.1.107 tracks/elisp/exercises/hello-world/hello-world-test.el
trackler-2.2.1.106 tracks/elisp/exercises/hello-world/hello-world-test.el
trackler-2.2.1.105 tracks/elisp/exercises/hello-world/hello-world-test.el
trackler-2.2.1.104 tracks/elisp/exercises/hello-world/hello-world-test.el
trackler-2.2.1.103 tracks/elisp/exercises/hello-world/hello-world-test.el
trackler-2.2.1.102 tracks/elisp/exercises/hello-world/hello-world-test.el
trackler-2.2.1.101 tracks/elisp/exercises/hello-world/hello-world-test.el
trackler-2.2.1.100 tracks/elisp/exercises/hello-world/hello-world-test.el
trackler-2.2.1.99 tracks/elisp/exercises/hello-world/hello-world-test.el
trackler-2.2.1.98 tracks/elisp/exercises/hello-world/hello-world-test.el
trackler-2.2.1.97 tracks/elisp/exercises/hello-world/hello-world-test.el
trackler-2.2.1.96 tracks/elisp/exercises/hello-world/hello-world-test.el
trackler-2.2.1.95 tracks/elisp/exercises/hello-world/hello-world-test.el
trackler-2.2.1.94 tracks/elisp/exercises/hello-world/hello-world-test.el
trackler-2.2.1.93 tracks/elisp/exercises/hello-world/hello-world-test.el
trackler-2.2.1.92 tracks/elisp/exercises/hello-world/hello-world-test.el
trackler-2.2.1.91 tracks/elisp/exercises/hello-world/hello-world-test.el
trackler-2.2.1.90 tracks/elisp/exercises/hello-world/hello-world-test.el
trackler-2.2.1.89 tracks/elisp/exercises/hello-world/hello-world-test.el
trackler-2.2.1.88 tracks/elisp/exercises/hello-world/hello-world-test.el