We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2bd93b6 + cc2f4f1 commit 0a4e3e7Copy full SHA for 0a4e3e7
4 files changed
.gitignore
@@ -1,6 +1,7 @@
1
.idea
2
dist
3
build
4
-*.pyc
5
MANIFEST
+*.egg-info
6
+*.pyc
7
*~
Makefile
@@ -8,6 +8,7 @@ test:
8
$(PYTHON) -m memory_profiler test/test_as.py
9
$(PYTHON) -m memory_profiler test/test_global.py
10
$(PYTHON) -m memory_profiler test/test_precision_command_line.py
11
+ $(PYTHON) -m memory_profiler test/test_gen.py
12
$(PYTHON) test/test_import.py
13
$(PYTHON) test/test_memory_usage.py
14
$(PYTHON) test/test_precision_import.py
0 commit comments