You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* testing bare git repo error using git-testtools script #700
* after running cargo fmt
* refactoring new to call init for testing of bare repo detection
* brute force testing of format function
* idea for testing formatted output using git-testtools arguments
* fix formatting
* adding pretty assert and concept of match anything in expected string
* fixing windows expected output failures
* fixing formatting, eventually I will use a hook
* removing color based checking, simple regex now
* Update src/info/mod.rs
Co-authored-by: Spenser Black <spenserblack01@gmail.com>
* Update src/info/mod.rs
Co-authored-by: Spenser Black <spenserblack01@gmail.com>
* updates to use external file w/ regex in it
* trying standard path separator to see if windows ci passes
* updates to regex that make it easier to read
* test coverage of serializer using json
* fix formatting
* better assert logic for bare repo and pretty assert to debug CI failure in json
* fixing git version in json serializarion
* obtains 100% code coverage by manipulating git repo and files parsed
* more code coverage, trying to get those last few lines
* making use of snapshot name in testing
* changing verification to string based test
* switching to using inst snapshots
* adding snap file needed for previous commit
* refactor default into Config object to allow Default construction
* better naming on function
* removing snap file from ignore
* using object serialization in test
Co-authored-by: Spenser Black <spenserblack01@gmail.com>
0 commit comments