Skip to content

Commit

Permalink
Merge pull request #19 from neo4j-labs/LackOfMorals-patch-1
Browse files Browse the repository at this point in the history
Fix typos in developer-guide.adoc
  • Loading branch information
danielruminski authored Feb 14, 2024
2 parents d096e12 + f4f1f6b commit 30c5afb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
pip install pylint black
- name: Format with black
run: |
black . --line-length=100 --experimental-string-processing
black . --line-length=100
- name: Lint with Pylint
run: |
pylint aura/
Expand Down
8 changes: 4 additions & 4 deletions docs/modules/ROOT/pages/developer-guide.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= Developmer Guide
= Developer Guide

To install the CLI for development, do the following:

Expand All @@ -21,7 +21,7 @@ When finished, run:
----
deactivate
----
to deactivate the venv.
to deactivate the Python virtual environment

For development, you will need the following Python libraries installed:

Expand All @@ -34,9 +34,9 @@ For development, you will need the following Python libraries installed:
== Testing

The CLI uses *pytest* for unit testing and a Python script for realese checks.
The CLI uses *pytest* for unit testing and a Python script for release checks.

To run the unit tests, run:
----
pytest tests/unit
----
----

0 comments on commit 30c5afb

Please sign in to comment.