Joel Bender
|
168e32fc79
|
merge in stage to bring branch up-to-date for testing
|
2016-08-22 00:03:53 -04:00 |
|
Joel Bender
|
6bd6db2123
|
Merge branch 'issue-58' into stage
|
2016-08-21 23:13:19 -04:00 |
|
Joel Bender
|
95e3de3a01
|
start some tests
|
2016-07-08 07:30:23 -04:00 |
|
Joel Bender
|
f78a8c9d67
|
sync py34 with py27
|
2016-07-03 00:08:07 -04:00 |
|
Joel Bender
|
e624d40fb3
|
add the 'rtn' command which provides a static address the network layer
|
2016-06-29 09:42:52 -04:00 |
|
Joel Bender
|
54a5104d35
|
sync py25 with current py27 changes
|
2016-06-24 16:59:06 -04:00 |
|
Joel Bender
|
2236858d89
|
use new formatting functions to minimize the differences with Python 3
|
2016-06-24 16:58:30 -04:00 |
|
Joel Bender
|
38f0c5e441
|
moving around functionality -- needs more testing, then sync with other python versions
|
2016-06-23 16:03:49 -04:00 |
|
Joel Bender
|
4e92e6908f
|
unwrap try/except clause and put in a main()
|
2016-06-23 16:01:42 -04:00 |
|
Joel Bender
|
ebb3970c74
|
fix device information handling -- needs more testing
|
2016-06-21 16:40:29 -04:00 |
|
Joel Bender
|
3401e535ab
|
simple typo
|
2016-06-21 16:39:19 -04:00 |
|
Joel Bender
|
8ab15512b3
|
update remote device info with APDU fields
|
2016-06-21 07:33:39 -04:00 |
|
Joel Bender
|
210e7df06e
|
adjstable record length, number of records, and stream size
|
2016-06-21 07:32:38 -04:00 |
|
Joel Bender
|
e20d09b195
|
Merge branch 'KunalSaini-fix/segmentAck' into issue-73
|
2016-06-17 22:39:08 -04:00 |
|
Kunal Saini
|
bb2d01ba3d
|
Fix segment ack pdu read from network
|
2016-06-17 11:47:34 -05:00 |
|
Joel Bender
|
6917edd46d
|
bring issue branch up-to-date with stage
|
2016-05-31 21:26:59 -04:00 |
|
Joel Bender
|
219607336d
|
sync changes to ErrorClass
|
2016-05-31 21:21:25 -04:00 |
|
Joel Bender
|
9a0b757c53
|
Merge branch 'DemandLogic-feature/add-errorclass-communication' into stage
|
2016-05-31 21:17:42 -04:00 |
|
Nils Toedtmann
|
ef45df9c7a
|
Added ErrorClass 'communication'
|
2016-05-31 17:59:33 +01:00 |
|
Joel Bender
|
65aaf89a34
|
move the setup to the module, split the one big test into two
|
2016-05-11 17:29:30 -04:00 |
|
Joel Bender
|
869ab21b95
|
fix debugging output
|
2016-05-11 17:28:15 -04:00 |
|
Joel Bender
|
49f597bba8
|
add the template to the basic tests
|
2016-05-11 17:27:56 -04:00 |
|
Joel Bender
|
5e0e5db72b
|
add the service access point test
|
2016-05-10 23:09:41 -04:00 |
|
Joel Bender
|
42fc5cde0b
|
rename these so they dont match test*.py or *test.py
|
2016-05-10 21:56:54 -04:00 |
|
Joel Bender
|
c123a2707b
|
add some more trapped classes
|
2016-05-10 21:54:22 -04:00 |
|
Joel Bender
|
56481f6d2e
|
wrong class name -- oops
|
2016-05-10 21:53:28 -04:00 |
|
Joel Bender
|
5e2eface5d
|
additional trapped classes
|
2016-05-09 00:16:55 -04:00 |
|
Joel Bender
|
333d6cc66b
|
end-at-eof muck
|
2016-05-09 00:16:06 -04:00 |
|
Joel Bender
|
c755781c1b
|
start with the template
|
2016-05-09 00:15:33 -04:00 |
|
Joel Bender
|
568507355b
|
trapped classes moved
|
2016-05-09 00:14:16 -04:00 |
|
Joel Bender
|
e6f3165757
|
make some classes new-style so super() works
|
2016-05-09 00:12:29 -04:00 |
|
Joel Bender
|
b85af12313
|
trapped classes module moved
|
2016-05-09 00:10:55 -04:00 |
|
Joel Bender
|
df0e8cc8c2
|
rename these out of the way of testing
|
2016-05-09 00:09:27 -04:00 |
|
Joel Bender
|
c2bfeb6073
|
move the trapped classes where they are a little more accessible
|
2016-05-07 23:17:35 -04:00 |
|
Joel Bender
|
67e338c4ce
|
add some simple state machine group tests
|
2016-05-07 23:16:59 -04:00 |
|
Joel Bender
|
a7dce69e77
|
add flags for success/fail
|
2016-05-07 23:16:07 -04:00 |
|
Joel Bender
|
fe356bb8aa
|
move the trapped classes where they are a little more accessible
|
2016-05-07 23:15:05 -04:00 |
|
Joel Bender
|
a5bb3166ed
|
include the extended tag list tests
|
2016-05-07 20:27:49 -04:00 |
|
Joel Bender
|
7e111a4a61
|
include the extended tag list tests
|
2016-05-07 20:26:15 -04:00 |
|
Joel Bender
|
ad42e13ce6
|
catch the decoding error explicitly
|
2016-05-07 20:25:37 -04:00 |
|
Joel Bender
|
1465deb43e
|
merge in stage and fix conflicts
|
2016-05-07 16:56:21 -04:00 |
|
Joel Bender
|
2eb860e08a
|
remove flakes
|
2016-05-07 16:06:10 -04:00 |
|
Joel Bender
|
0d8f237754
|
convert tests from nose to pytest
|
2016-05-07 15:53:58 -04:00 |
|
Joel Bender
|
3ed5224238
|
ready for next release
|
2016-05-05 23:35:34 -04:00 |
|
Joel Bender
|
1741024050
|
add the current working directory to the environment error to help when there are import path issues
|
2016-05-05 21:49:21 -04:00 |
|
Joel Bender
|
19e6ea84f5
|
no reason why mongotree directory needs to be in the path
|
2016-05-02 21:53:28 -04:00 |
|
Joel Bender
|
970c47ec8d
|
wrong super() call, typos
|
2016-05-02 21:38:03 -04:00 |
|
Joel Bender
|
23893cf181
|
simplify the trapped classes, move bacpypes_debugging to decorator style
|
2016-05-02 21:33:58 -04:00 |
|
Joel Bender
|
917d138d5a
|
import the trapped classes so bacpypes_debugging gets to work on the content
|
2016-05-02 21:32:58 -04:00 |
|
Joel Bender
|
73aea89ada
|
upgrade the state machine classes
|
2016-05-02 21:19:08 -04:00 |
|