Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8ff2763

Browse files
authored
Merge pull request#437 from bnavigator/readme-pytest
Update unit testing references
2 parents2d61988 +9286831 commit8ff2763

File tree

3 files changed

+11
-397
lines changed

3 files changed

+11
-397
lines changed

‎README.rst

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,16 @@ You can check out the latest version of the source code with the command::
9999
Testing
100100
-------
101101

102-
You can runa set ofunit tests to make sure that everything is working
103-
correctly.After installation, run::
102+
You can runtheunit testswith `pytest`_to make sure that everything is
103+
workingcorrectly.Inside the source directory, run::
104104

105-
python setup.py test
105+
pytest -v
106+
107+
or to test the installed package::
108+
109+
pytest --pyargs control -v
110+
111+
.. _pytest:https://docs.pytest.org/
106112

107113
License
108114
-------

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp