mirror of
https://github.com/google/pybadges.git
synced 2026-01-09 21:00:08 +01:00
Remove an incorrect comment.
This commit is contained in:
6
nox.py
6
nox.py
@@ -31,11 +31,7 @@ def lint(session):
|
||||
|
||||
@nox.session
|
||||
def unit(session):
|
||||
"""Run the unit test suite.
|
||||
|
||||
Unit test files should be named like test_*.py and in the same directory
|
||||
as the file being tested.
|
||||
"""
|
||||
"""Run the unit test suite."""
|
||||
session.interpreter = 'python3'
|
||||
|
||||
session.install('-e', '.[dev]')
|
||||
|
||||
Reference in New Issue
Block a user