diff options
| author | Eric Lin <anselor@gmail.com> | 2020-07-07 15:57:02 -0400 |
|---|---|---|
| committer | anselor <anselor@gmail.com> | 2020-07-11 17:30:40 -0400 |
| commit | 601a8e271020ca1b0918deabf70ad0778ded7d4a (patch) | |
| tree | 48f2134a71a2478c00eb9df33e69b30c0ae39002 /noxfile.py | |
| parent | 28e43bf24f8a5bc0b2e896938e76e17524d12ed3 (diff) | |
| download | cmd2-git-601a8e271020ca1b0918deabf70ad0778ded7d4a.tar.gz | |
external test plugin tests and coverage should now run
Diffstat (limited to 'noxfile.py')
| -rw-r--r-- | noxfile.py | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -15,4 +15,8 @@ def docs(session): def tests(session): session.install('invoke', './[test]') session.run('invoke', 'pytest', '--junit', '--no-pty') + + session.chdir('./plugins/ext_test') + session.install('.[test]') + session.run('invoke', 'pytest', '--junit', '--no-pty', '--append-cov') session.run('codecov') |
