Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Nox

Flexible test automation for Python
Collective - Host: opensource - https://opencollective.com/python-nox - Website: https://nox.thea.codes - Code: https://github.com/theacodes/nox

Rename nox.session to nox.sessions.

This paves the way for a @nox.session decorator to
preserve session order.

github.com/wntrblm/nox - 27bf332846d344dddac50faa6d7c8b7f03682845 authored almost 8 years ago by Luke Sneeringer <[email protected]>
Update version numbers

github.com/wntrblm/nox - 2752220a4a3a267e90dcb76ae7249504fe92e24c authored almost 8 years ago by Jon Wayne Parrott <[email protected]>
Fix the path shortening logic to shorten with slightly shorter paths

github.com/wntrblm/nox - b977f2823999466956a3ff47933f3ad712da1bf9 authored almost 8 years ago by Jon Wayne Parrott <[email protected]>
Fix lint

github.com/wntrblm/nox - 7a91cee05a03b711ae3625c0ff4456522ff95808 authored almost 8 years ago by Jon Wayne Parrott <[email protected]>
Update to v0.9.0

github.com/wntrblm/nox - 89999dee2b96f4da402095d93ef376d4080eac29 authored almost 8 years ago by Jon Wayne Parrott <[email protected]>
Add --report flag to output a json report

github.com/wntrblm/nox - b5bcf735ad9168f51669624c7afe34556da0d023 authored almost 8 years ago by Jon Wayne Parrott <[email protected]>
Release v0.8.0

github.com/wntrblm/nox - 84b8f802c9ab6ec25e9bede335c67dc3647c713f authored about 8 years ago by Jon Wayne Parrott <[email protected]>
Truncate or warn about long virtualenv paths (#12)

github.com/wntrblm/nox - b9a6af03f08d88e23466ce474a27cbf9a598da24 authored about 8 years ago by Jon Wayne Parrott <[email protected]>
Release v0.7.1

github.com/wntrblm/nox - 8c7193b51d7b714312d842415559d0991dff3978 authored about 8 years ago by Jon Wayne Parrott <[email protected]>
Add special behavior for a parametrized session with no available arguments.

github.com/wntrblm/nox - b806f4b75b5867d17fed025beab624fa773508f1 authored about 8 years ago by Jon Wayne Parrott <[email protected]>
Fixing bad version number

github.com/wntrblm/nox - 9d8bd839601724f23b404a08b39856704bcf4357 authored about 8 years ago by Jon Wayne Parrott <[email protected]>
Release 0.7.0

* Add ChdirCommand which pretty-prints the chdir function.
* Refactor installation of dependenci...

github.com/wntrblm/nox - 17510fbf2fe7408317cf4cb14f5faed0873dcd53 authored about 8 years ago by Jon Wayne Parrott <[email protected]>
Update to v0.6.0

github.com/wntrblm/nox - 0d16fe5873054c69bce4571615f06d4b447ad32e authored about 8 years ago by Jon Wayne Parrott <[email protected]>
Add better directory changing and ability to quit sessions.

github.com/wntrblm/nox - 9c10547b1eafd81b8bab7dfc6a259f75b2701cdd authored about 8 years ago by Jon Wayne Parrott <[email protected]>
Bump to v0.5.1

github.com/wntrblm/nox - 65ab723a7e47b10673e3d80e6d18bc349f76ee67 authored about 8 years ago by Jon Wayne Parrott <[email protected]>
Add ability to specify args to function commands

github.com/wntrblm/nox - c3caebdec3225c925df096865c313302e084e872 authored about 8 years ago by Jon Wayne Parrott <[email protected]>
Update version to 0.4.0

github.com/wntrblm/nox - 7f5e1f583fd87760460109b2ecb39047a184dec3 authored about 8 years ago by Jon Wayne Parrott <[email protected]>
Add ability for sessions to skip virtualenv

github.com/wntrblm/nox - 32b901ef98daa5ce5a9010cc591bb355dc110857 authored about 8 years ago by Jon Wayne Parrott <[email protected]>
Restoring test coverage

github.com/wntrblm/nox - 5e7fd5624ccdbb9d9cbb25c62aebbca7ea1ae028 authored over 8 years ago by Jon Wayne Parrott <[email protected]>
Re-enable appveyor build matrix

github.com/wntrblm/nox - 974439589bf63d40584bf5c481547c301b2c4db3 authored over 8 years ago by Jon Wayne Parrott <[email protected]>
Fixing windows env issue

github.com/wntrblm/nox - f206fff9e5e03000ce9949ed345c41f1f2f50acb authored over 8 years ago by Jon Wayne Parrott <[email protected]>
Better fix unicode env issues

github.com/wntrblm/nox - 05a36760fcfa342503fbb47498d3c66b69ffc03f authored over 8 years ago by Jon Wayne Parrott <[email protected]>
Fix unicode env error

github.com/wntrblm/nox - a92da0f27189e4d7ec95ffa367ac56f99d06e351 authored over 8 years ago by Jon Wayne Parrott <[email protected]>
Make virtualenv re-use skip install steps

github.com/wntrblm/nox - 09b930dd112fc33f979344338a97fc7200fb7dd7 authored over 8 years ago by Jon Wayne Parrott <[email protected]>
Fixing universal wheel building.

github.com/wntrblm/nox - ba0577defdb8eef4f7da24031c5d3f42a983ce80 authored over 8 years ago by Jon Wayne Parrott <[email protected]>
Merge pull request #10 from tswast/dev

Log error when running session that doesn't exist.

github.com/wntrblm/nox - 1afe1420a0d98aca6cbab646d3f8d860dca813dc authored over 8 years ago by Jon Wayne Parrott <[email protected]>
Add parametric test for missing session check.

github.com/wntrblm/nox - 5d60063a56a74fe68eeaaf23c0b2d590f0d3df05 authored over 8 years ago by Tim Swast <[email protected]>
Log error when running session that doesn't exist.

I found it difficult to get the escaping correct for parameterized
sessions. By returning an err...

github.com/wntrblm/nox - 6f8d4479a650a15520354e2cbff352cc10aacedd authored over 8 years ago by Tim Swast <[email protected]>
Fixing homepage url

github.com/wntrblm/nox - f355ec0122cc00717f59c147501300a0ceb631da authored almost 9 years ago by Jon Wayne Parrott <[email protected]>
Fixing lint issues

github.com/wntrblm/nox - 78224d2539700ce803022aaf1002b5167650096a authored almost 9 years ago by Jon Wayne Parrott <[email protected]>
Updating version to 0.2.1

github.com/wntrblm/nox - 6e36400bb28157444f6e900b1cd05f95a45c24d9 authored almost 9 years ago by Jon Wayne Parrott <[email protected]>
Making sure keyboard interrupts bubble up.

github.com/wntrblm/nox - ed1ee9a9ed1ec298e07f1374610218671132d353 authored almost 9 years ago by Jon Wayne Parrott <[email protected]>
Updating version to 0.2.0

github.com/wntrblm/nox - bf80cb1414864d1e8195370161c9fef02758481c authored almost 9 years ago by Jon Wayne Parrott <[email protected]>
Updating travis configuration.

github.com/wntrblm/nox - 070723361b3b32f720710cfd0bbabd40ae541c04 authored almost 9 years ago by Jon Wayne Parrott <[email protected]>
Fixing travis config

github.com/wntrblm/nox - e7e4ab08d0dabe0e28faf531caa1c1c282f6e5a4 authored almost 9 years ago by Jon Wayne Parrott <[email protected]>
Adding documentation around parametrize

github.com/wntrblm/nox - 4b7e7fca7265fd2131c32ac519abfa6659881bad authored almost 9 years ago by Jon Wayne Parrott <[email protected]>
Adding parametrization support.

* Added nox.parametrize.
* Added `nox --list-sessions` to list available sessions.

github.com/wntrblm/nox - 52fc2733dfad14ea2551388c6065873db45ac00a authored almost 9 years ago by Jon Wayne Parrott <[email protected]>
Fixing missing link in docs.

github.com/wntrblm/nox - 032728dfcca34ccc5ae6091d4f35de984d865520 authored almost 9 years ago by Jon Wayne Parrott <[email protected]>
Fixing import errors

github.com/wntrblm/nox - 62c40fbed35e0a12a2bf87f68bf752c7ff5d49f9 authored almost 9 years ago by Jon Wayne Parrott <[email protected]>
Bumping version to 0.1.1

github.com/wntrblm/nox - 07e7f42f06f7d5cfea3ba8907151d593ac527b11 authored almost 9 years ago by Jon Wayne Parrott <[email protected]>
Adding helpful message when noxfile isn't found

github.com/wntrblm/nox - 3c8a535deef2c936d2a188a61f6ede75dd7b8bc8 authored almost 9 years ago by Jon Wayne Parrott <[email protected]>
Updating travis configuration.

github.com/wntrblm/nox - ad0b559dcc19b09360df32d1f49ad990979af2f4 authored almost 9 years ago by Jon Wayne Parrott <[email protected]>
Adding contributing guidelines, fixes #2

github.com/wntrblm/nox - 0bc1ead5b1c7d75f7f9f95f29894cd7f4210e291 authored almost 9 years ago by Jon Wayne Parrott <[email protected]>
Relaxing dependency version ranges. Fixes #5 and allows installation on system python in os x.

github.com/wntrblm/nox - 4245084216395b6f77954abdd23b483b06fbf626 authored almost 9 years ago by Jon Wayne Parrott <[email protected]>
Returning non-zero when any session fails. Fixes #7

github.com/wntrblm/nox - 16743f6cc8b35d1ac077f1267b3e18616b5d1b56 authored almost 9 years ago by Jon Wayne Parrott <[email protected]>
Fixing small error in tutorial.

github.com/wntrblm/nox - 982b2f44d12f818041d45469a9069ddf5308b0ba authored almost 9 years ago by Jon Wayne Parrott <[email protected]>
Updating docs, bumping version

github.com/wntrblm/nox - bac8a176e92b4a4f656f12646cae15ba304cb4f2 authored almost 9 years ago by Jon Wayne Parrott <[email protected]>
Adding virtualenv dependency

github.com/wntrblm/nox - 45e211d49fcea80c7b6f35be45ce7c66fa6ba76c authored almost 9 years ago by Jon Wayne Parrott <[email protected]>
Updating appveyor config

github.com/wntrblm/nox - 65fd1c38b0b33a2037258db27cfa9ca34c855917 authored almost 9 years ago by Jon Wayne Parrott <[email protected]>
Updating tests to work on windows and still maintain full coverage

github.com/wntrblm/nox - 559ed2af289a7ab73b9efee02de64d15bdfe4b95 authored almost 9 years ago by Jon Wayne Parrott <[email protected]>
Updating appveyor config to install nox from source.

github.com/wntrblm/nox - dab728591c16553bb41619dd677b5d39c0d4ccd9 authored almost 9 years ago by Jon Wayne Parrott <[email protected]>
Removing sh dependency and (hopefully) enabling windows support

github.com/wntrblm/nox - 2f84ca919e2bab901c765f05060baf9ba0124f8d authored almost 9 years ago by Jon Wayne Parrott <[email protected]>
Adding appveyor config

github.com/wntrblm/nox - bf57d1111a64063fccfcb8878827939e92ef260d authored almost 9 years ago by Jon Wayne Parrott <[email protected]>
Updating travis to only deploy on the py27 environment

github.com/wntrblm/nox - 4ec7b6248ada987340847a78ae9e29224e0d8ede authored almost 9 years ago by Jon Wayne Parrott <[email protected]>
Renaming package to nox, updating docs, setting up travis to do releases.

github.com/wntrblm/nox - d98908be5edf2edfe59fee7c2d74615641a09ac4 authored almost 9 years ago by Jon Wayne Parrott <[email protected]>
Adding a simple 'logo'

github.com/wntrblm/nox - bd86f058a68f4a036cd15deeac4464b0f54c2802 authored almost 9 years ago by Jon Wayne Parrott <[email protected]>
Fixing stderr not being piped

github.com/wntrblm/nox - 885f0fb3c29dd4e38ea90de18dc6b70579916b0b authored almost 9 years ago by Jon Wayne Parrott <[email protected]>
Adding docs

github.com/wntrblm/nox - 83be005aaa6dff8b9984d4925858f55887430c2c authored almost 9 years ago by Jon Wayne Parrott <[email protected]>
Switching to codecov

github.com/wntrblm/nox - 7bd2e48aad698daaa52558306d221fa47dab93b3 authored almost 9 years ago by Jon Wayne Parrott <[email protected]>
Updating todo

github.com/wntrblm/nox - 56dddb4b6fb134f95c26a19f0e3e64c4855b9d20 authored almost 9 years ago by Jon Wayne Parrott <[email protected]>
Adding status badges

github.com/wntrblm/nox - 7dfc12881c11827f84238fe418caf4e44117729f authored almost 9 years ago by Jon Wayne Parrott <[email protected]>
Adding coveralls

github.com/wntrblm/nox - bcdf65b5e32a221619d45f444cf8964718af1d58 authored almost 9 years ago by Jon Wayne Parrott <[email protected]>
Fixing travis' build matrix.

github.com/wntrblm/nox - f4af147bb360b8e497d59e7aafbcec113f187936 authored almost 9 years ago by Jon Wayne Parrott <[email protected]>
Triggering travis build.

github.com/wntrblm/nox - cc358aef382beca7f5bf89b273a33226bfa40e67 authored almost 9 years ago by Jon Wayne Parrott <[email protected]>
Adding travis configuration

github.com/wntrblm/nox - d99f39101073b8a6d527d6f82053cbc2027c5c3d authored almost 9 years ago by Jon Wayne Parrott <[email protected]>
100% test coverage

github.com/wntrblm/nox - ed2e0845e6f5579f05961b2e774843b1f7dc4812 authored almost 9 years ago by Jon Wayne Parrott <[email protected]>
Adding branch coverage

github.com/wntrblm/nox - 86c4574d4fa8321b195117fc56f2aad1480cd11f authored almost 9 years ago by Jon Wayne Parrott <[email protected]>
100% coverage for session module.

github.com/wntrblm/nox - 94428c0a4af2d7fbbdb2dd92746e2ab301e4b81b authored almost 9 years ago by Jon Wayne Parrott <[email protected]>
Refactoring install

github.com/wntrblm/nox - 6c495f45aa2361533f1b725b631f45ff00ad6779 authored almost 9 years ago by Jon Wayne Parrott <[email protected]>
Slight refactoring of the run function

github.com/wntrblm/nox - cbeb1efa56b76732adc68b1b4b92084e89d74641 authored almost 9 years ago by Jon Wayne Parrott <[email protected]>
Resolving unicode issues for py3

github.com/wntrblm/nox - d530c7c0abdc710f488b281210a13dc0b64019dc authored almost 9 years ago by Jon Wayne Parrott <[email protected]>
100% coverage for command module.

github.com/wntrblm/nox - f4bb7c5eb45b4812d1130b9fe1ad0007c0c88418 authored almost 9 years ago by Jon Wayne Parrott <[email protected]>
100% coverage for virtualenv module.

github.com/wntrblm/nox - 341a702e8b8bc26a3b136da73d470e154a04fc97 authored almost 9 years ago by Jon Wayne Parrott <[email protected]>
Fixing lint session

github.com/wntrblm/nox - dd35b057c25e943dbd42e700e4218a2055d3a1dc authored almost 9 years ago by Jon Wayne Parrott <[email protected]>
Initial commit

github.com/wntrblm/nox - be62483aff4a7aee3b5c31ec3101cc1b7393101b authored almost 9 years ago by Jon Wayne Parrott <[email protected]>