Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.

Commit 06c2129

Browse files
committed
Update requirements.txt to include nose-progressive and README with concrete example.
1 parent c79c261 commit 06c2129

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
A silly git repo inspector
44

5-
### Status: Pre-Natal
5+
### Status: Prenatal
66

77
The intent is that this can be run against any repo and it will search the index and tree for
88
file blobs containing the patterns defined in a ```patterns.txt``` file or words specified on the command line.
99

1010

1111
#### Current Usage
1212

13-
```$ bin/clouseau [repo-url]```
13+
```$ bin/clouseau -u [repo-url]``` ; e.g., ```$ bin/clouseau -u https://github.com/virtix/cato.git```
1414

1515
It should look something like this:
1616

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
jinja2
22
nose
3+
nose-progressive

tests/clouseau_tests.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def jinja_test():
1010
terms = [ 'password', 'gov']
1111
args = ['-u', 'git://github.com/virtix/cato.git']
1212
parsed = clouseau.parse_args( args )
13-
13+
#Requires Cato to be present
1414
clouseau.render_to_console( terms, parsed )
1515

1616

0 commit comments

Comments
 (0)