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.148 tracks/elisp/exercises/hello-world/hello-world-test.el
trackler-2.2.1.147 tracks/elisp/exercises/hello-world/hello-world-test.el
trackler-2.2.1.146 tracks/elisp/exercises/hello-world/hello-world-test.el
trackler-2.2.1.145 tracks/elisp/exercises/hello-world/hello-world-test.el
trackler-2.2.1.144 tracks/elisp/exercises/hello-world/hello-world-test.el
trackler-2.2.1.143 tracks/elisp/exercises/hello-world/hello-world-test.el
trackler-2.2.1.142 tracks/elisp/exercises/hello-world/hello-world-test.el
trackler-2.2.1.141 tracks/elisp/exercises/hello-world/hello-world-test.el
trackler-2.2.1.140 tracks/elisp/exercises/hello-world/hello-world-test.el
trackler-2.2.1.139 tracks/elisp/exercises/hello-world/hello-world-test.el
trackler-2.2.1.138 tracks/elisp/exercises/hello-world/hello-world-test.el
trackler-2.2.1.137 tracks/elisp/exercises/hello-world/hello-world-test.el
trackler-2.2.1.136 tracks/elisp/exercises/hello-world/hello-world-test.el
trackler-2.2.1.135 tracks/elisp/exercises/hello-world/hello-world-test.el
trackler-2.2.1.134 tracks/elisp/exercises/hello-world/hello-world-test.el
trackler-2.2.1.133 tracks/elisp/exercises/hello-world/hello-world-test.el
trackler-2.2.1.132 tracks/elisp/exercises/hello-world/hello-world-test.el
trackler-2.2.1.131 tracks/elisp/exercises/hello-world/hello-world-test.el
trackler-2.2.1.130 tracks/elisp/exercises/hello-world/hello-world-test.el
trackler-2.2.1.129 tracks/elisp/exercises/hello-world/hello-world-test.el