Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
coopwire-hypothesis
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
孙灵跃 Leon Sun
coopwire-hypothesis
Commits
e9ad3952
Commit
e9ad3952
authored
May 16, 2023
by
Lyza Danger Gardner
Committed by
Lyza Gardner
May 17, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update developer testing documentation (readthedocs)
parent
72e9e51e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
10 deletions
+3
-10
developing.rst
docs/developers/developing.rst
+3
-10
No files found.
docs/developers/developing.rst
View file @
e9ad3952
...
...
@@ -109,21 +109,14 @@ Hypothesis uses Karma and mocha for testing. To run all the tests once, run:
make test
You can filter the tests which are run by running ``make test ARGS='--grep <pattern>'``,
or ``yarn test --grep <pattern>``. Only test files matching the regex ``<pattern>`` will
be executed.
You can filter the tests which are run by running ``yarn test --grep <pattern>``.
Only test files matching the regex ``<pattern>`` will be executed.
To run tests and automatically re-run them whenever any source files change, run:
.. code-block:: sh
make test ARGS='--watch'
or
.. code-block:: sh
yarn test --watch
yarn test:watch
This command will also serve the tests on localhost (typically `http://localhost:9876`)
so that break points can be set and the browser's console can be used for interactive
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment