Anish Athalye
da928a4c6b
Release 1.19.1
6 months ago
Anish Athalye
1d56409bc1
Add note about Windows support
6 months ago
Anish Athalye
8468213bc6
Add code coverage for all platforms
6 months ago
Anish Athalye
e810f42ca2
Deduplicate format checking
...
This was being checked in both the tox tests and separately in GitHub
actions.
6 months ago
Anish Athalye
593584154d
Add instructions on how to run tests in Docker
6 months ago
Anish Athalye
3965e1a390
Merge branch 'kurtmckee/test-on-windows-issue-309'
6 months ago
Kurt McKee
e0c78d9c56
Resolve merge conflicts
...
Note that this does NOT port the following command over:
```shell
git config --global protocol.file.allow always
```
Doing so would change the git configuration of users running
the unit tests locally, and this is not an acceptable outcome.
Instead, the git configuration is modified at the CLI using
the `-c protocol.file.allow=always` argument to accomplish
the same thing without side effects.
6 months ago
Anish Athalye
860a56580b
Fix CI
6 months ago
Anish Athalye
9593510bd4
Merge branch 's1as3r/master'
7 months ago
Anish Athalye
5d34d005e8
Fix test
7 months ago
Arbaaz Shafiq
76ccc53eee
Don't show command if quiet: true
...
Don't print the command if quiet option is set to true and no
description is given.
7 months ago
Anish Athalye
1971ae9f51
Add workaround for test broken by Git security fix
...
The fix for this Git security issue [1] involved disabling the local
clone optimization when the repository contains symbolic links. The
security fix broke this particular test; this patch works around the
fix.
[1]: https://github.com/git/git/security/advisories/GHSA-3wp6-j8xr-qw85
7 months ago
Kurt McKee
d12aa83673
Document how to run the unit tests locally
...
When verifying the steps on Windows, the `.eggs` directory suddenly appeared.
This is now ignored.
1 year ago
Kurt McKee
7a586aa4c5
Remove the Vagrant-based tests
1 year ago
Kurt McKee
d055802a66
Fix pypy3 CI issue on MacOS
1 year ago
Kurt McKee
59b1b85d07
Account for MacOS and Windows temp directory issues
1 year ago
Kurt McKee
ee3646bba3
Update CI to use tox tests
1 year ago
Kurt McKee
57a27a770c
Add code coverage reports
1 year ago
Kurt McKee
5c0ddc6fc1
Migrate the bin/dotbot script test to Python
1 year ago
Kurt McKee
30f310e935
Remove Python 2 references in the Powershell shim
...
CPython >= 3.8 is required for proper Windows support.
1 year ago
Kurt McKee
74aca02157
Migrate the shim test to Python
1 year ago
Kurt McKee
1ff796a9dc
Enforce platform-specific CPython version requirements for Windows in tox
...
This also changes the black and isort tests to use CPython 3.9
because Cygwin currently doesn't have CPython 3.10 available.
1 year ago
Kurt McKee
ea98e5eafc
Add isort as a tox environment, and run it
1 year ago
Kurt McKee
566ba0b853
Add black as tox environment, and run it
1 year ago
Kurt McKee
b5499c7dc5
Separate module importing from plugin identification
...
This change allows the test framework to reliably specify
which plugins to load and use within the same process.
Previously, plugins were loaded by importing files and then
accessing the Plugin class' list of subclasses.
Now, it's possible to run dotbot multiple times without
plugins accruing across runs with different configurations
and CLI arguments.
In addition, this fixes some circular imports that were
previously avoided because plugins were imported in a function.
1 year ago
Kurt McKee
a8dd89f48f
Migrate CLI argument tests to Python
1 year ago
Kurt McKee
68246ba33e
Migrate shell-* tests to Python
1 year ago
Kurt McKee
b8dfbae730
Migrate config-* tests to Python
1 year ago
Kurt McKee
a2846d0a61
Resolve Windows-specific clean issues
1 year ago
Kurt McKee
5b7db08e8a
Migrate clean-* tests to Python
1 year ago
Kurt McKee
5d11c7954d
Resolve Windows-specific create issues
1 year ago
Kurt McKee
b59b3af448
Migrate create-* tests to Python
1 year ago
Kurt McKee
78bec43e33
Resolve Windows-specific link issues
1 year ago
Kurt McKee
4469b857aa
Migrate link-* tests to Python
1 year ago
Kurt McKee
c015f7bce8
Add a test framework for all supported Python versions
1 year ago
Anish Athalye
d2f76a2593
Merge branch 'kurtmckee/update-vm-os'
1 year ago
Anish Athalye
5f84611372
Merge branch 'kurtmckee/fix-vagrant-unauthenti...'
1 year ago
Kurt McKee
57c7c513b9
Update the Vagrantfile target OS to Ubuntu jammy
...
This resolves VirtualBox 5.x/6.x Guest Additions incompatibilities
that cause all of the unit tests to fail under VirtualBox 6.1.
Fixes #305
1 year ago
Kurt McKee
1931c9ac06
Update the unauthenticated git protocol to HTTPS
...
The unauthenticated git protocol is no longer supported.
https://github.blog/2021-09-01-improving-git-protocol-security-github/
Fixes #303
1 year ago
Anish Athalye
769767c129
Migrate code style to Black
1 year ago
Anish Athalye
ac5793ceb5
Merge branch 'dkm/patch-1'
2 years ago
Marc Poulhiès
b306a25e13
Update README.md
...
small typo fix
2 years ago
Anish Athalye
fb18c9b112
Merge branch 'ssbanerje/master'
2 years ago
Subho Banerjee
aaf5037725
better test case for exit-on-failure
2 years ago
Subho Banerjee
4d2e1537f4
adding a exit on failure flag
2 years ago
Anish Athalye
076939da8e
Remove stray asterisk
2 years ago
Anish Athalye
24f88c4584
Merge branch 'eengstrom/259-link-prefix'
2 years ago
Anish Athalye
74822af9f5
Merge branch 'eengstrom/270-recursive-globbing'
2 years ago
Anish Athalye
67a3527f67
Merge branch 'eengstrom/280-fix-pyenv-config'
2 years ago
Eric Engstrom
cb6718ba87
test: fix `pyenv` configuration in vagrant
...
- addresses change in `pyenv init -` that no longer adjusts PATH.
- also updated testing README.md for readability.
FIXES : #280
2 years ago