Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
synapse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maunium
synapse
Commits
69147ed1
Unverified
Commit
69147ed1
authored
4 years ago
by
chagai95
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Updating README.rst (#8746)
Minor corrections and advice... Should help beginners.
parent
427ede61
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.rst
+10
-6
10 additions, 6 deletions
README.rst
changelog.d/8746.doc
+1
-0
1 addition, 0 deletions
changelog.d/8746.doc
with
11 additions
and
6 deletions
README.rst
+
10
−
6
View file @
69147ed1
...
...
@@ -261,18 +261,22 @@ to install using pip and a virtualenv::
pip install -e ".[all,test]"
This will run a process of downloading and installing all the needed
dependencies into a virtual env.
dependencies into a virtual env. If any dependencies fail to install,
try installing the failing modules individually::
Once this is done, you may wish to run Synapse's unit tests, to
check that everything is installed as it should be::
pip install -e "module-name"
Once this is done, you may wish to run Synapse's unit tests to
check that everything is installed correctly::
python -m twisted.trial tests
This should end with a 'PASSED' result::
This should end with a 'PASSED' result (note that exact numbers will
differ)::
Ran 1
266
tests in
643.930
s
Ran 1
337
tests in
716.064
s
PASSED (skips=15, successes=1
251
)
PASSED (skips=15, successes=1
322
)
Running the Integration Tests
=============================
...
...
This diff is collapsed.
Click to expand it.
changelog.d/8746.doc
0 → 100644
+
1
−
0
View file @
69147ed1
Add some helpful hints to the README for new Synapse developers. Contributed by @chagai95.
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment