We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 078dd55 commit 50ef5f7Copy full SHA for 50ef5f7
gmock.py
@@ -1,5 +1,10 @@
1
#!/usr/bin/env python
2
-
+#
3
+# Copyright (c) 2014 Krzysztof Jusiak (krzysztof at jusiak dot net)
4
5
+# Distributed under the Boost Software License, Version 1.0.
6
+# (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
7
8
import os
9
import sys
10
from optparse import OptionParser
test/gmock_test.py
import unittest
0 commit comments