Implement variable length arguments, but really only for print
[fur] / README.md
index 2b7ff47..d00a607 100644 (file)
--- a/README.md
+++ b/README.md
@@ -11,7 +11,8 @@ furry animals, so Fur is named in their honor.
 
 ## Integration tests
 
-To run the unit tests, run `python integration_tests.py`.
+To run the unit tests, run `python integration_tests.py`. You can test just the output of the examples or just the memory usage of the tests by running
+`python integration_tests.py OutputTests` or `python integration_tests.py MemoryLeakTests` respectively.
 
 # Running