Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
synergy
o3skim
Commits
c60113df
Commit
c60113df
authored
Aug 12, 2020
by
BorjaEst
Browse files
Added installation and test py notes at README
parent
2414332f
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
c60113df
...
...
@@ -61,9 +61,28 @@ until finished
End with an example of getting some data out of the system or using it for a little demo.
Installation is done using
[
Setuptools
](
https://setuptools.readthedocs.io/en/latest/setuptools.html#
)
package:
-
For installation from sources:
`setup.py install`
-
For simple installation:
`pip install {name}`
## 🔧 Running the tests <a name = "tests"></a>
Explain how to run the automated tests for this system.
Tests run using
[
tox
](
https://tox.readthedocs.io/en/latest/
)
package and
[
pytest
](
https://docs.pytest.org/en/stable/
)
```
sh
$
tox
...
py37: commands succeeded
py38: commands succeeded
```
### Break down into end to end tests
Explain what these tests test and why
...
...
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