Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
File Transfer Service
fts-rest
Commits
c0f8a54a
Commit
c0f8a54a
authored
Jun 13, 2018
by
Aris Angelogiannopoulos
Browse files
UPdate documentation for running tests on Centos 7
parent
d50ef963
Pipeline
#413606
passed with stage
in 4 minutes and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
docs/developers.md
View file @
c0f8a54a
...
...
@@ -114,6 +114,7 @@ FAQ
cd
src/fts3rest/
nosetests
-x
```
Note: In case the tests are run on Centos7, ./setup_pylons_plugin.py install --user needs to run first
That's it. For the tests, a SQLite database (/tmp/fts3.db) is used, so it is safe to run them as many times as you want.
The option
`-x`
lets nosetests know that it should stop running as soon as it encounters an error, so you can omit it.
...
...
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