Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ufebl
mjtest
Commits
9a87aac9
Commit
9a87aac9
authored
Oct 30, 2016
by
Johannes Bechberger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve README
parent
11722f1f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
README.mdwn
README.mdwn
+5
-1
setup.py
setup.py
+0
-1
No files found.
README.mdwn
View file @
9a87aac9
...
...
@@ -54,7 +54,7 @@ Just clone `mjtest` and install it via `pip3`.
```sh
git clone https://github.com/mj3-16/mjtest
cd mjtest
sudo pip3 install .
sudo pip3
-e
install .
```
### Usage
...
...
@@ -97,6 +97,10 @@ This will…
- … create reports in a folder named after the current date and time inside the `reports` folder
- … output something like
```
[FAIL ] syntax:test.invalid the error output doesn't contain the word "error"
----------------------------------------
Ran 1 tests, of which 1 failed.
A full report for each test can be found at mjtest/reports/30.10.16:08:05:10.failed
```
- … log that some test cases were executed correctly
- … return with an error code of `0` if all tests executed correct
...
...
setup.py
View file @
9a87aac9
...
...
@@ -26,7 +26,6 @@ setup(name='mjtest',
mjtest=mjtest.cli
'''
,
install_requires
=
[
'click'
,
'termcolor'
,
'rainbow_logging_handler'
]
...
...
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