{"id":26706659,"url":"https://github.com/pbalduino/north","last_synced_at":"2025-03-27T06:18:47.835Z","repository":{"id":3001574,"uuid":"4019560","full_name":"pbalduino/north","owner":"pbalduino","description":"Small test tool, RSpec based, for Clojure","archived":false,"fork":false,"pushed_at":"2012-05-23T17:35:11.000Z","size":161,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-14T19:08:31.202Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/pbalduino/north","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"geekcompany/DeerResume","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pbalduino.png","metadata":{"files":{"readme":"README.asciidoc","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-04-13T19:37:00.000Z","updated_at":"2013-10-04T23:43:14.000Z","dependencies_parsed_at":"2022-08-20T10:20:44.713Z","dependency_job_id":null,"html_url":"https://github.com/pbalduino/north","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pbalduino%2Fnorth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pbalduino%2Fnorth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pbalduino%2Fnorth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pbalduino%2Fnorth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pbalduino","download_url":"https://codeload.github.com/pbalduino/north/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245791953,"owners_count":20672671,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-27T06:18:47.260Z","updated_at":"2025-03-27T06:18:47.809Z","avatar_url":"https://github.com/pbalduino.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":":keywords:    North, Dan North, BDD, TDD, RSpec\n:description: North is a small test tool based on Dan North and Dave Chelimsky works with JBehave and RSpec\n\n:toc:\n\nNorth\n=====\n\n.{revdate}: AsciiDoc {revnumber} Released\n\nWhat is\n-------\nNorth is a small test tool based on Dan North and Dave Chelimsky work with JBehave and RSpec.\n\nIt's written in Clojure and is intended to be a simple way and expressive way to write tests using most of RSpec conventions.\n\nWhy\n---\nThe standard Clojure test tool is test-is and sometimes it looks quite incomplete. \n\nEven knowing that Functional Programming should rely on immutability and absence of side effects, in the real world the things don't work so clean and smooth.\n\nThe most important thing I missed is the classic Setup/Teardown approach (before/after from RSpec), because I need to set the environment before the test execution and then clean up the mess (as I said, side effects do exist in real world)\n\nUsage\n-----\n\nInstallation\n~~~~~~~~~~~~\n- clone the git repository:\n+\n---------------------------------------------------\ngit clone git@github.com:pbalduino/north.git\n\ncd north\n\nlein install\n---------------------------------------------------\n\n- add in your +project.clj+:\n+\n---------------------------------------------------\n(def project ...\n  :dev-dependencies [[north \"0.1.0-SNAPSHOT\"] ...]\n  ...)\n---------------------------------------------------\n\n- run\n+\n---------------------------------------------------\nlein north\n---------------------------------------------------\n+\nand see no evil.\n\nWriting your first test - (in progress)\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n. write a test\n. see it fail\n. write code to make the test pass\n. back to step 1 \n\nExtending North\n~~~~~~~~~~~~~~~\n(in progress)\n\nLicense and Copyright\n---------------------\n\nDistributed under the Eclipse Public License, the same as Clojure.\n\nCopyright (C) 2012 Plinio Balduino","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpbalduino%2Fnorth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpbalduino%2Fnorth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpbalduino%2Fnorth/lists"}