Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
main
pyicu
Commits
c3959f59
Commit
c3959f59
authored
Oct 22, 2021
by
Andi Vajda
Browse files
added instructions for running tests
parent
6b2c332f
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
c3959f59
...
...
@@ -112,6 +112,17 @@ PyICU is built from sources with ``setuptools`` or with ``build`` and ``pip``:
sudo
python
-m
pip
install
dist/PyICU-<version>-<platform>.whl
```
-
**either**
test PyICU with
``setuptools``
```
sh
python setup.py
test
```
-
**or**
test PyICU with
``pytest``
```
sh
python
-m
pytest
```
## Running PyICU
-
Mac OS X
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment