Changelog
v0.1.0
Add
lockfixtureAdd
lock.lockmethodAdd cli argument
--lockto pytestAdd functionality, if a test have
lockfixture, then compare the result of the test with the result in the cache fileAdd functionality, if a test have
lockand--lockcli argument, then lock the result of the test to a cache fileAdd functionality, if a test have
lockand--simulatecli argument, then simulate the result of the test, not write to the cache fileAdd functionality, if a test have
lockand--only-skipcli argument, then don’t update lock if the result was not lockedAdd functionality, if a test have
lockand--lock-datecli argument, then lock the result of the test to a cache file with the date of the lock, if date was expired, then the test is failed