Skip to content

Commit

Permalink
Merge pull request #734 from NeogitOrg/checkout-commit
Browse files Browse the repository at this point in the history
Checkout commit in log buffer and under the cursor
  • Loading branch information
ten3roberts authored Aug 11, 2023
2 parents 5aa0880 + ec1faca commit 0891299
Show file tree
Hide file tree
Showing 12 changed files with 423 additions and 346 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ Neogit is tested using [`Plenary`](https://github.com/nvim-lua/plenary.nvim#plen

It uses a *Busted* style testing, where each lua file inside [`./tests/specs/{test_name}_spec.lua`] is run.

Plenary uses it's own port of busted and a bundled luassert, so consult their
code and the respective [busted](http://olivinelabs.com/busted/) and
[luassert](http://olivinelabs.com/busted/#asserts) docs for what methods are
available.

When adding new functionality we strongly encourage you to add a test spec to ensure that the feature works and remains
working when new functionality is tacked on.

Expand Down
Loading

0 comments on commit 0891299

Please sign in to comment.