Skip to content

Commit

Permalink
Merge pull request #3216 from csordasmarton/tu_collector_type_hints
Browse files Browse the repository at this point in the history
[tu_collector] Type hints
  • Loading branch information
csordasmarton authored Mar 4, 2021
2 parents a791a6c + 1b9e0d7 commit ef1b0b8
Show file tree
Hide file tree
Showing 16 changed files with 629 additions and 68 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ jobs:
- name: Run tu-collector tests
working-directory: tools/tu_collector
run: make test
run: |
pip install -r requirements_py/dev/requirements.txt
make test
analyzer:
name: Analyzer
Expand Down
13 changes: 13 additions & 0 deletions tools/tu_collector/.noserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[nosetests]

# increase verbosity level
verbosity=3

# more detailed error messages on failed asserts
detailed-errors=1

# stop running tests on first error
stop=1

# do not capture stdout
#nocapture=1
Loading

0 comments on commit ef1b0b8

Please sign in to comment.