Replies: 1 comment
-
| 
         The difference in the output is exactly what's explained in the text. The first one shows the print output: while the second one does not.  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, take a look on these two code blocks
https://docs.pytest.org/en/latest/how-to/cache.html#the-new-config-cache-object
"If you run this command for the first time, you can see the print statement:"
and
"
If you run it a second time, the value will be retrieved from the cache and nothing will be printed:"
For me, both look the same....
Cheers
Beta Was this translation helpful? Give feedback.
All reactions